aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-10-24 18:27:48 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-10-24 18:27:48 +0000
commit8a5f877b257133d12045e11ada64674e5a481ae6 (patch)
tree292ac50cf6c2650ab62e726ba25b889e02192c74 /doc
parented2b03fa607381b216a653b0a3c407af6fd81e12 (diff)
Fix doc of apply in (see coq-club message 26 September 2008)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11499 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-tac.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index 00e8a3ece..01ea532e6 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -473,7 +473,7 @@ Section~\ref{pattern} to transform the goal so that it gets the form
{\bindinglist$_1$}} {\tt ,} \ldots {\tt ,} {\term$_n$} \zeroone{{\tt with}
{\bindinglist$_n$}}
- This summarizes the difference syntaxes for {\tt apply}.
+ This summarizes the different syntaxes for {\tt apply}.
\item {\tt lapply {\term}} \tacindex{lapply}
@@ -647,7 +647,7 @@ hypothesis of the context. The tactic {\tt apply {\term} in {\ident}}
tries to match the conclusion of the type of {\ident} against a non
dependent premises of the type of {\term}, trying them from right to
left. If it succeeds, the statement of hypothesis {\ident} is
-replaced by the conclusion of the type of {\ident}. The tactic also
+replaced by the conclusion of the type of {\term}. The tactic also
returns as many subgoals as the number of other non dependent premises
in the type of {\term} and of the non dependent premises of the type
of {\ident}. The tactic {\tt apply} relies on first-order