Skip to content

Commit 45426b9

Browse files
committed
mention parameters and instantiation-nested types
1 parent aedd9f5 commit 45426b9

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
@@ -340,7 +340,7 @@ QL is a typed language. This section specifies the kinds of types available, the
340340
Kinds of types
341341
~~~~~~~~~~~~~~
342342

343-
Types in QL are either *primitive* types, *database* types, *class* types, *character* types or *class domain* types.
343+
Types in QL are either *primitive* types, *database* types, *class* types, *character* types, *class domain* types, type *parameters*, or *instantiation-nested* types.
344344

345345
The primitive types are ``boolean``, ``date``, ``float``, ``int``, and ``string``.
346346

0 commit comments

Comments
 (0)