diff options
author | 2013-05-06 13:40:33 +0000 | |
---|---|---|
committer | 2013-05-06 13:40:33 +0000 | |
commit | 7d0c6c801673543b6c6a1b7e1c58e924ab04d48a (patch) | |
tree | 2e14ae3f5a99d2a778d5f347afa7ca7a1d09e7f1 /doc/refman | |
parent | 299c4a61936d929dfde48f6631689583e76d5627 (diff) |
Fix typo in manual
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16474 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman')
-rw-r--r-- | doc/refman/RefMan-tac.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index 4f4c88d01..93ef9233a 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -2947,7 +2947,7 @@ command as follows: \item A constant can be marked to be never unfolded by {\tt simpl}: \begin{coq_example*} -Arguments minus x y : simpl never +Arguments minus x y : simpl never. \end{coq_example*} After that command an expression like {\tt (minus (S x) y)} is left untouched by the {\tt simpl} tactic. |