aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/RecTutorial
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RecTutorial')
-rw-r--r--doc/RecTutorial/RecTutorial.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RecTutorial/RecTutorial.tex b/doc/RecTutorial/RecTutorial.tex
index 56c4f172a..79b4f7f1a 100644
--- a/doc/RecTutorial/RecTutorial.tex
+++ b/doc/RecTutorial/RecTutorial.tex
@@ -2421,7 +2421,7 @@ Fixpoint plus' (n p:nat) \{struct p\} : nat :=
%\end{alltt}
In the following definition of addition,
-the second argument of \verb@plus''@ grows at each
+the second argument of {\tt plus{'}{'}} grows at each
recursive call. However, as the first one always decreases, the
definition is sound.
\begin{alltt}