diff options
author | whitequark <whitequark@whitequark.org> | 2018-06-21 12:34:07 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2018-07-10 03:44:48 +0000 |
commit | 1dfecb7eac5e846f882434c2f639abb56b9f81c9 (patch) | |
tree | e65c5af804f683f3d7c3ad177e860b878fb8a236 /doc/sphinx | |
parent | ea19a7f2b5ae99024f6b9345afb993a859b07258 (diff) |
Fix typo in doc/proof-engine/tactics.rst.
Diffstat (limited to 'doc/sphinx')
-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 45667b099..eabca5c30 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:: |