Skip to content

Commit cec63e4

Browse files
Update docs/codeql/ql-language-reference/modules.rst
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent aa53945 commit cec63e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ For example, in the previous two snippets, we relied on the predicate signature
180180
signature int transformer(int x);
181181
182182
The instantiation of parameterized modules is applicative.
183-
That is, if you instantiate a parameterised module twice with identical arguments, the resulting object is the same.
183+
That is, if you instantiate a parameterized module twice with identical arguments, the resulting object is the same.
184184
This is particularly relevant for type definitions inside parameterized modules as :ref:`classes <classes>`
185185
or via :ref:`newtype <algebraic-datatypes>`, because the duplication of such type definitions would result in
186186
incompatible types.

0 commit comments

Comments
 (0)