aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-09 10:11:48 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-09 10:11:48 +0200
commitd28546e681b6436386ab9a1e8907068348a1cff0 (patch)
treeb827beb4b2c2a5e8f99813948abacf88d048e40d
parentd82346e23d36ff8d09a1628c5c592a49ba370bab (diff)
parent6f23cba6d691e149e62f36b46eb4c58ef6a826c8 (diff)
Merge PR #7070: Clarify wording in tactics documentation.
-rw-r--r--doc/sphinx/proof-engine/tactics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index da34e3b55..2af73c28e 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -1635,7 +1635,7 @@ analysis on inductive or co-inductive objects (see :ref:`TODO-4.5`).
.. tacv:: elim @term using @term
.. tacv:: elim @term using @term with @bindings_list
- Allows the user to give explicitly an elimination predicate :n:`@term` that
+ Allows the user to give explicitly an induction principle :n:`@term` that
is not the standard one for the underlying inductive type of :n:`@term`. The
:n:`@bindings_list` clause allows instantiating premises of the type of
:n:`@term`.