Merge pull request #13418 from jcogs33/jcogs33/fix-typo-in-parameterized-module-docs

Docs: fix typo in spelling of keyword
This commit is contained in:
Jami
2023-06-09 08:17:07 -04:00
committed by GitHub

View File

@@ -139,7 +139,7 @@ Parameterized modules
=====================
Parameterized modules are QL's approach to generic programming.
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``.
In addition to the module name, parameterized modules declare one or more parameters between the name and the module body.
For example, consider the module ``M``, which takes two predicate parameters and defines a new predicate