File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Cypher Query Language
44MATCH
55-----
66
7- Is used to search for the pattern described in it.
7+ Searches for the pattern described in it.
88
99Synopsis
1010~~~~~~~~
@@ -21,7 +21,7 @@ Description
2121RETURN
2222------
2323
24- Defines what to include in the query result set.
24+ Defines what to include in the query's result set.
2525
2626Synopsis
2727~~~~~~~~
@@ -83,7 +83,7 @@ Description
8383ORDER BY
8484--------
8585
86- Is a sub-clause following ``RETURN `` or ``WITH ``, and it specifies that the output should be sorted and how .
86+ An optional sub-clause following ``RETURN `` or ``WITH `` that specifies how the output should be sorted.
8787
8888Synopsis
8989~~~~~~~~
@@ -134,7 +134,7 @@ Description
134134CREATE
135135------
136136
137- Is used to create nodes and relationships.
137+ Creates nodes and relationships.
138138
139139Synopsis
140140~~~~~~~~
Original file line number Diff line number Diff line change 11Installation
22============
33
4- Installtaion from Source Code
4+ Installation from Source Code
55-----------------------------
66
77Requirements
You can’t perform that action at this time.
0 commit comments