aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-22 13:19:36 +0100
committerThéo Zimmermann2019-12-22 13:19:36 +0100
commit2885e5148d155e0db542c66d4257131aef55f75c (patch)
treeba0522cc54ce2c93ac28211844493d2ac8cc0c70 /doc/sphinx/language
parent9c75b6a6582620e2fb9a39c1ea1aa46a321af6a7 (diff)
[refman] Add missing s.
Diffstat (limited to 'doc/sphinx/language')
-rw-r--r--doc/sphinx/language/gallina-specification-language.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/gallina-specification-language.rst b/doc/sphinx/language/gallina-specification-language.rst
index 3cc101d06b..686cda91cf 100644
--- a/doc/sphinx/language/gallina-specification-language.rst
+++ b/doc/sphinx/language/gallina-specification-language.rst
@@ -335,7 +335,7 @@ variable can be introduced at the same time. It is also possible to give
the type of the variable as follows:
:n:`(@ident : @type := @term)`.
-Lists of :token:`binder` are allowed. In the case of :g:`fun` and :g:`forall`,
+Lists of :token:`binder`\s are allowed. In the case of :g:`fun` and :g:`forall`,
it is intended that at least one binder of the list is an assumption otherwise
fun and forall gets identical. Moreover, parentheses can be omitted in
the case of a single sequence of bindings sharing the same type (e.g.: