aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2020-01-07 16:12:11 +0100
committerThéo Zimmermann2020-01-07 16:12:11 +0100
commit15d28e064861da319447489564232a5cb4876a61 (patch)
tree7c1f14d9e2f1c4d5876de4d2b95409201f0d308b /doc
parent1fc71f3209afd4b8783dce62e1fd1539e97f8017 (diff)
parent58d7a14febb1b0ea46ea139f7d695fa42a8222d5 (diff)
Merge PR #11369: [refman] Correct manual about implicit parameters in inductives
Reviewed-by: Zimmi48
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/gallina-extensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst
index 8d59e64cdb..e746096df2 100644
--- a/doc/sphinx/language/gallina-extensions.rst
+++ b/doc/sphinx/language/gallina-extensions.rst
@@ -1629,8 +1629,8 @@ The syntax is supported in all top-level definitions:
:cmd:`Definition`, :cmd:`Fixpoint`, :cmd:`Lemma` and so on. For (co-)inductive datatype
declarations, the semantics are the following: an inductive parameter
declared as an implicit argument need not be repeated in the inductive
-definition but will become implicit for the constructors of the
-inductive only, not the inductive type itself. For example:
+definition and will become implicit for the inductive type and the constructors.
+For example:
.. coqtop:: all