Skip to content

Commit 135a288

Browse files
Update docs/language/ql-handbook/expressions.rst
Co-Authored-By: Shati Patel <[email protected]>
1 parent 1b4df6e commit 135a288

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
@@ -106,7 +106,7 @@ It consists of a comma-separated collection of expressions that are enclosed in
106106
For example, ``[2, 3, 5, 7, 11, 13, 17, 19, 23, 29]`` is a valid set literal expression.
107107
Its values are the first ten prime numbers.
108108

109-
The values of the contained expressions need to be of compatible types for a valid set literal expression.
109+
The values of the contained expressions need to be of :ref:`compatible types <type-compatibility>` for a valid set literal expression.
110110
Specifically, 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

0 commit comments

Comments
 (0)