Skip to content

Commit

Permalink
Update 6.delete-tag.md (#1075)
Browse files Browse the repository at this point in the history
fix a small typo "LABLE" -> "LABEL"
  • Loading branch information
xiajingchun authored Oct 22, 2021
1 parent 8828b87 commit 32e9f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ nebula> FETCH PROP ON * "test";

!!! Compatibility

* 在 openCypher 中,可以使用 `REMOVE v:LABEL` 语句来移除该点 `v` 的 `LABLE`;
* 在 openCypher 中,可以使用 `REMOVE v:LABEL` 语句来移除该点 `v` 的 `LABEL`;
* 相同语意,但不同语法。在 nGQL 中使用 `DELETE TAG`;

0 comments on commit 32e9f6d

Please sign in to comment.