aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sphinx/language/gallina-extensions.rst
diff options
context:
space:
mode:
authorGravatar Zeimer <zzaimer@gmail.com>2018-07-14 14:20:25 +0200
committerGravatar Zeimer <zzaimer@gmail.com>2018-07-19 15:48:37 +0200
commitbdf65b2516b0dd5f4e1a1c6130fc49ee7712dd07 (patch)
tree7ca4c2934943636f017dc1d90116723b4c4c515a /doc/sphinx/language/gallina-extensions.rst
parentfc1da651e93c08b281dc224dbbd0284390240a47 (diff)
Fixed some typos and grammar errors from section 'The language' of the Reference Manual. Removed all mentions of prodT because it is no longer a separate inductive definition (prod has been living in Type for some time) but rather only a notation for prod needed for compatibility purposes.
Diffstat (limited to 'doc/sphinx/language/gallina-extensions.rst')
-rw-r--r--doc/sphinx/language/gallina-extensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst
index 509ac92f8..d9b249045 100644
--- a/doc/sphinx/language/gallina-extensions.rst
+++ b/doc/sphinx/language/gallina-extensions.rst
@@ -1079,7 +1079,7 @@ The definition of ``N`` using the module type expression ``SIG`` with
Module N : SIG' := M.
-If we just want to be sure that the our implementation satisfies a
+If we just want to be sure that our implementation satisfies a
given module type without restricting the interface, we can use a
transparent constraint