aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/Program.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/refman/Program.tex')
-rw-r--r--doc/refman/Program.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex
index f7f4d95d97..b41014ab70 100644
--- a/doc/refman/Program.tex
+++ b/doc/refman/Program.tex
@@ -94,7 +94,7 @@ does not produce an equality, contrary to the let pattern construct
{\tt let '(x1, ..., xn) := t in b}.
The next two commands are similar to their standard counterparts
-Definition (see Section~\ref{Simpl-definitions}) and Fixpoint (see Section~\ref{Fixpoint}) in that
+Definition (see Section~\ref{Basic-definitions}) and Fixpoint (see Section~\ref{Fixpoint}) in that
they define constants. However, they may require the user to prove some
goals to construct the final definitions.