Skip to content

Commit

Permalink
Update docs-2.0/3.ngql-guide/6.functions-and-expressions/4.schema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Jun 9, 2022
1 parent 524ff48 commit eaf09ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Syntax: `vertex`
Example:

```ngql
nebula> LOOKUP ON player WHERE player.age > 45 YIELD vertex AS v;
nebula> LOOKUP ON player WHERE player.age > 45 YIELD vertex AS v;
+----------------------------------------------------------+
| v |
+----------------------------------------------------------+
Expand Down

0 comments on commit eaf09ba

Please sign in to comment.