File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pages/advanced-algorithms/available-algorithms Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import GitHub from '/components/icons/GitHub'
1111# label
1212
1313Labels are used to categorize nodes, and the ` label ` module provides a function
14- to check the existance of a label within the node.
14+ to check the existence of a label within the node.
1515
1616<Cards >
1717 <Card
@@ -47,7 +47,7 @@ Checks whether a specified node is labeled with the provided label.
4747
4848{ <h4 > Usage: </h4 >}
4949
50- The following query, checks if the created node labeld ` Student ` also has a
50+ The following query checks if the created node labeled ` Student ` also has a
5151` Teacher ` label:
5252
5353``` cypher
@@ -62,4 +62,4 @@ Results:
6262+----------------------------+
6363| False |
6464+----------------------------+
65- ```
65+ ```
You can’t perform that action at this time.
0 commit comments