We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f51ee commit c9ecb32Copy full SHA for c9ecb32
1 file changed
docs/codeql/ql-language-reference/modules.rst
@@ -155,7 +155,7 @@ that applies them one after the other:
155
}
156
157
Parameterized modules cannot be directly referenced.
158
-Instead, they are instantiated with arguments passed between ``<`` and ``>``.
+Instead, you instantiate a parameterized module by passing arguments enclosed in angle brackets (``<`` and ``>``) to the module.
159
Instantiated parameterized modules can be used as a module expression, identical to explicit module references.
160
161
For example, we can instantiate ``ApplyFooThenBar`` with two identical arguments ``increment``, creating a module
0 commit comments