We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b7bbf6 + 7aede50 commit f222cceCopy full SHA for f222cce
docs/codeql/ql-language-reference/modules.rst
@@ -139,7 +139,7 @@ Parameterized modules
139
=====================
140
141
Parameterized modules are QL's approach to generic programming.
142
-Similar to explicit modules, parameterized modules are defined within other modules using the keywork ``module``.
+Similar to explicit modules, parameterized modules are defined within other modules using the keyword ``module``.
143
In addition to the module name, parameterized modules declare one or more parameters between the name and the module body.
144
145
For example, consider the module ``M``, which takes two predicate parameters and defines a new predicate
0 commit comments