Skip to content

Commit

Permalink
Update 6.delete-tag.md (#821)
Browse files Browse the repository at this point in the history
fix a small typo
  • Loading branch information
xiajingchun authored Oct 20, 2021
1 parent 8c036ed commit aeb65ac
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 @@ -53,5 +53,5 @@ nebula> FETCH PROP ON * "test";

!!! Compatibility

* In openCypher, you can use the statement `REMOVE v:LABEL` to delete the tag `LABLE` of the vertex `v`.
* In openCypher, you can use the statement `REMOVE v:LABEL` to delete the tag `LABEL` of the vertex `v`.
* `DELETE TAG` and `DROP TAG` have the same semantics but different syntax. In nGQL, use `DELETE TAG`.

0 comments on commit aeb65ac

Please sign in to comment.