Skip to content

Commit 05be9b8

Browse files
authored
better wording for type compatibilit
1 parent 135a288 commit 05be9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-handbook/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For example, ``[2, 3, 5, 7, 11, 13, 17, 19, 23, 29]`` is a valid set literal exp
107107
Its values are the first ten prime numbers.
108108

109109
The values of the contained expressions need to be of :ref:`compatible types <type-compatibility>` for a valid set literal expression.
110-
Specifically, at least one of the set elements has to be of a type that is a supertype of the types of all
110+
Furthermore, at least one of the set elements has to be of a type that is a supertype of the types of all
111111
the other contained expressions.
112112

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

0 commit comments

Comments
 (0)