Skip to content

Commit b6b424d

Browse files
author
james
committed
remove spurious spaces
1 parent b150c64 commit b6b424d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language/ql-handbook/about-the-ql-language.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ When you write this process in QL, it closely resembles the above structure. Not
3939
result = count(getADescendant(p))
4040
}
4141
42-
For more information about the important concepts and syntactic constructs of QL, see the individual reference topics such as ":doc:`Expressions <expressions>`" and ":doc:`Recursion <recursion>`."
42+
For more information about the important concepts and syntactic constructs of QL, see the individual reference topics such as ":doc:`Expressions <expressions>`" and ":doc:`Recursion <recursion>`."
4343
The explanations and examples help you understand how the language works, and how to write more advanced QL code.
4444

45-
For formal specifications of the QL language and QLDoc comments, see the ":doc:`QL language specification <language>`" and ":doc:`QLDoc comment specification <qldoc>`."
45+
For formal specifications of the QL language and QLDoc comments, see the ":doc:`QL language specification <language>`" and ":doc:`QLDoc comment specification <qldoc>`."
4646

4747
QL and object orientation
4848
-------------------------

0 commit comments

Comments
 (0)