Skip to content

Commit 303e02f

Browse files
smowtonMarcono1234
andauthored
Fix typo
Co-authored-by: Marcono1234 <[email protected]>
1 parent a47efc4 commit 303e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ based on the `Unicode value <https://en.wikipedia.org/wiki/List_of_Unicode_chara
201201
of each character.
202202

203203
To specify a different order, follow ``<expression>`` with the keywords ``order by``, then
204-
one or more comma-separated expressions that specifies the order, and optionally the keyword ``asc`` or ``desc`` after each expression
204+
one or more comma-separated expressions that specify the order, and optionally the keyword ``asc`` or ``desc`` after each expression
205205
(to determine whether to order the expression in ascending or descending order). If you don't
206206
specify an ordering, it defaults to ``asc``. For example, ``order by o.getName() asc, o.getSize() desc``
207207
might be used to order some object by name, breaking ties by descending size.

0 commit comments

Comments
 (0)