diff --git a/docs/get-started.md b/docs/get-started.md index a7ef9356c25..419536c1434 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -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. ```