aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joachim Breitner <mail@joachim-breitner.de>2018-02-27 23:52:20 -0500
committerGravatar Joachim Breitner <mail@joachim-breitner.de>2018-02-27 23:52:20 -0500
commit50ad71374cbf1adc172022c86dec7a0b3ee7ea2b (patch)
tree1630881dc533693c05be7bedd9808cec88dc6fbe /doc
parente3124e098ef8170dac2b348b91757a7034bc4999 (diff)
Typo in the documentation of the `pattern` tactic
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 66a5f107a..9635b3ab1 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -3611,7 +3611,7 @@ $\beta$-expansion (the inverse of $\bt$-reduction) of the current goal
\item applying the abstracted goal to {\term}
\end{enumerate}
-For instance, if the current goal $T$ is expressible has $\phi(t)$
+For instance, if the current goal $T$ is expressible as $\phi(t)$
where the notation captures all the instances of $t$ in $\phi(t)$,
then {\tt pattern $t$} transforms it into {\tt (fun x:$A$ => $\phi(${\tt
x}$)$) $t$}. This command can be used, for instance, when the tactic