Skip to content

Commit 6ab7421

Browse files
committed
Minor rewrites and formatting changes of documentation
1 parent 6733e23 commit 6ab7421

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/cypher-query-language.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cypher Query Language
44
MATCH
55
-----
66

7-
Is used to search for the pattern described in it.
7+
Searches for the pattern described in it.
88

99
Synopsis
1010
~~~~~~~~
@@ -21,7 +21,7 @@ Description
2121
RETURN
2222
------
2323

24-
Defines what to include in the query result set.
24+
Defines what to include in the query's result set.
2525

2626
Synopsis
2727
~~~~~~~~
@@ -83,7 +83,7 @@ Description
8383
ORDER 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

8888
Synopsis
8989
~~~~~~~~
@@ -134,7 +134,7 @@ Description
134134
CREATE
135135
------
136136

137-
Is used to create nodes and relationships.
137+
Creates nodes and relationships.
138138

139139
Synopsis
140140
~~~~~~~~

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation
22
============
33

4-
Installtaion from Source Code
4+
Installation from Source Code
55
-----------------------------
66

77
Requirements

0 commit comments

Comments
 (0)