aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgareuselesinge2013-05-06 13:40:33 +0000
committergareuselesinge2013-05-06 13:40:33 +0000
commit7d0c6c801673543b6c6a1b7e1c58e924ab04d48a (patch)
tree2e14ae3f5a99d2a778d5f347afa7ca7a1d09e7f1 /doc
parent299c4a61936d929dfde48f6631689583e76d5627 (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')
-rw-r--r--doc/refman/RefMan-tac.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 4f4c88d01b..93ef9233a3 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.