Skip to content

Commit f222cce

Browse files
authored
Merge pull request #13418 from jcogs33/jcogs33/fix-typo-in-parameterized-module-docs
Docs: fix typo in spelling of keyword
2 parents 1b7bbf6 + 7aede50 commit f222cce

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
@@ -139,7 +139,7 @@ Parameterized modules
139139
=====================
140140

141141
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``.
142+
Similar to explicit modules, parameterized modules are defined within other modules using the keyword ``module``.
143143
In addition to the module name, parameterized modules declare one or more parameters between the name and the module body.
144144

145145
For example, consider the module ``M``, which takes two predicate parameters and defines a new predicate

0 commit comments

Comments
 (0)