diff options
| author | Matthieu Sozeau | 2016-11-05 11:33:42 +0100 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-11-05 11:33:42 +0100 |
| commit | 29ff821da57e35d37b41be34febb275306c4809f (patch) | |
| tree | 9cab0a1e063318ad2d53e4f755a728a41262307f | |
| parent | f558a0552b49b533c1c79ee3eb6d49015eeb6084 (diff) | |
Minor fix in documentation
| -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 656ae57b95..54393e46f6 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -1278,7 +1278,7 @@ in the list of subgoals remaining to prove. In particular, \texttt{pose proof {\term} as {\ident}} behaves as \texttt{assert ({\ident} := {\term})} and \texttt{pose proof {\term} - as {\intropattern}\tacindex{pose proof}} is the same as applying + as {\intropattern}} is the same as applying the {\intropattern} to {\term}. \item \texttt{enough ({\ident} :\ {\form})}\tacindex{enough} |
