diff options
author | barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-04-06 22:41:00 +0000 |
---|---|---|
committer | barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-04-06 22:41:00 +0000 |
commit | 96516981701fab9bb18bb47830e0feca26659f64 (patch) | |
tree | 66efb5bcc1db9c67ed31a16d231391edc1475177 | |
parent | e29a6555392664b5723da7bcfe5b5a8f04eb4b6b (diff) |
clauses
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8542 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | doc/RefMan-tac.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RefMan-tac.tex b/doc/RefMan-tac.tex index 65efb1709..2f7a66fc8 100644 --- a/doc/RefMan-tac.tex +++ b/doc/RefMan-tac.tex @@ -681,11 +681,11 @@ The syntax and description of the various clauses follows: \item[\texttt{in * |-}] in every hypothesis \item[\texttt{in *}] (equivalent to \texttt{in * |- *}) everywhere \item[\texttt{in (type of H$_1$) (value of H$_2$) $\ldots$ |-}] in - type part of $H_1$ in the value part of $H_2$, etc. + type part of $H_1$, in the value part of $H_2$, etc. \end{description} For backward compatibility, the notation \texttt{in}~$H_1\ldots H_n$ -performs the conversion in hypothesis $H_1\ldots H_n$. +performs the conversion in hypotheses $H_1\ldots H_n$. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %voir reduction__conv_x : histoires d'univers. |