diff options
author | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2018-07-10 11:13:20 +0200 |
---|---|---|
committer | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2018-07-10 11:13:20 +0200 |
commit | da61ebd063b94eb1f20b5c467457f8b6a21f2707 (patch) | |
tree | 9ed166cd78fa5073079bc090448628cea4df8e70 /doc | |
parent | f796ad268922e167e2156de0b5beef4eeb001700 (diff) | |
parent | 1dfecb7eac5e846f882434c2f639abb56b9f81c9 (diff) |
Merge PR #8028: Fix a few typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index 485a78c22..ec085a71e 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -1418,7 +1418,7 @@ analysis on inductive or co-inductive objects (see :ref:`inductive-definitions`) dependent in the goal after application of :n:`destruct`, it is erased (to avoid erasure, use parentheses, as in :n:`destruct (@ident)`). - + If term is a num, then destruct num behaves asintros until num + + If term is a num, then destruct num behaves as intros until num followed by destruct applied to the last introduced hypothesis. .. note:: |