Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a1925 commit deecf76Copy full SHA for deecf76
1 file changed
docs/codeql/ql-language-reference/modules.rst
@@ -140,7 +140,7 @@ Parameterised modules
140
141
Parameterised modules are QL's approach to generic programming.
142
Similar to explicit modules, parameterised modules are defined within other modules using the keywork ``module``.
143
-In addition to the module name, parameterised modules define one or more parameters between the name and the module body.
+In addition to the module name, parameterised modules declare one or more parameters between the name and the module body.
144
145
For example, consider the module ``ApplyFooThenBar``, which takes two predicate parameters and defines a new predicate
146
that applies them one after the other:
0 commit comments