Skip to content

Commit 0e01b91

Browse files
Language reference: Fix when trailing commas are allowed
1 parent b2e4276 commit 0e01b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ The values of a set literal expression are all the values of all the contained e
13331333

13341334
Set literals are supported from release 2.1.0 of the CodeQL CLI, and release 1.24 of LGTM Enterprise.
13351335

1336-
Since release 2.6.3 of the CodeQL CLI, and release 1.28 of LGTM Enterprise, a trailing comma is allowed in a set literal.
1336+
Since release 2.7.0 of the CodeQL CLI, and release 1.28 of LGTM Enterprise, a trailing comma is allowed in a set literal.
13371337

13381338
Disambiguation of expressions
13391339
-----------------------------

0 commit comments

Comments
 (0)