Skip to content

Commit

Permalink
[Doc] Minor fix (vesoft-inc#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuxue-Yang authored and dutor committed Jan 19, 2020
1 parent f3cf76a commit 2e27130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual-EN/1.overview/2.quick-start/1.get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ The following information is returned:
To fetch the data of the **serve** edge between `VID` `100` and `VID` `200`, enter the following statement:

```ngql
nebula>FETCH PROP ON serve 100 -> 200;
nebula> FETCH PROP ON serve 100 -> 200;
```

The following information is returned:
Expand Down

0 comments on commit 2e27130

Please sign in to comment.