Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Oct 21, 2021
1 parent 035dccf commit 5cdefb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/2.quick-start/4.nebula-graph-crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Execution succeeded (time spent 5858/6870 us)
```ngql
FETCH PROP ON <edge_type> <src_vid> -> <dst_vid>[@<rank>] [, <src_vid> -> <dst_vid> ...]
[YIELD <output>]
[YIELD <output>];
```
- `LOOKUP`
Expand Down

0 comments on commit 5cdefb4

Please sign in to comment.