aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/Cases.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/refman/Cases.tex')
-rw-r--r--doc/refman/Cases.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Cases.tex b/doc/refman/Cases.tex
index 888aba175..2552feef9 100644
--- a/doc/refman/Cases.tex
+++ b/doc/refman/Cases.tex
@@ -75,7 +75,7 @@ Fixpoint max (n m:nat) {struct m} : nat :=
\paragraph{Multiple patterns}
-Using multiple patterns in the definition of {\tt max} allows to write:
+Using multiple patterns in the definition of {\tt max} lets us write:
\begin{coq_example}
Reset max.