Skip to content

Commit d80b9be

Browse files
committed
Merge branch '3.7-dev' into 3.8-dev
2 parents e679b6c + f7c5c86 commit d80b9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gremlin-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if err != nil {
115115
}
116116
```
117117
### Find Vertices
118-
Getting the property value associated with the added vertex. We currently only support `ToList()` for submitting the remote traversal. Support for `Next()` will be implemented in the subsequent milestones.
118+
Getting the property value associated with the added vertex.
119119
```go
120120
result, err := g.V().HasLabel("gremlin").Values("language").ToList()
121121
// Handle error

0 commit comments

Comments
 (0)