Skip to content

Commit c9ecb32

Browse files
better description of parameterized module instantiation
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent 56f51ee commit c9ecb32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ that applies them one after the other:
155155
}
156156
157157
Parameterized modules cannot be directly referenced.
158-
Instead, they are instantiated with arguments passed between ``<`` and ``>``.
158+
Instead, you instantiate a parameterized module by passing arguments enclosed in angle brackets (``<`` and ``>``) to the module.
159159
Instantiated parameterized modules can be used as a module expression, identical to explicit module references.
160160

161161
For example, we can instantiate ``ApplyFooThenBar`` with two identical arguments ``increment``, creating a module

0 commit comments

Comments
 (0)