Skip to content

Commit

Permalink
change confusing expression in get-started (#666)
Browse files Browse the repository at this point in the history
* change confusing expression in get-started

* expression update
  • Loading branch information
amber-moe authored and dutor committed Jul 22, 2019
1 parent 2e51cd8 commit 920f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ nebula> GO FROM 201 OVER like WHERE $$.student.age >= 17 YIELD $$.student.name A

`$$` indicates the target vertex.

Q3. Find the courses that the vertices liked by 201 select and their grade.
Q3. Find the selected courses and corresponding grades of students liked by 201.

```
Expand Down

0 comments on commit 920f3d4

Please sign in to comment.