Fix spelling mistake in GremlinAPI.md
This commit is contained in:
parent
00cd5f22c6
commit
5b207d7c64
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ Filter all paths to ones which, at this point, are on the given `node`.
|
|||
Example:
|
||||
```javascript
|
||||
// Starting from all nodes in the graph, find the paths that follow bob.
|
||||
// Results in three paths for bob (from alic, charlie and dani)
|
||||
// Results in three paths for bob (from alice, charlie and dani)
|
||||
g.V().Out("follows").Is("bob")
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue