summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/guile-tut.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/guile-tut.texi b/doc/tutorial/guile-tut.texi
index a8b619ae5..477cdac3e 100644
--- a/doc/tutorial/guile-tut.texi
+++ b/doc/tutorial/guile-tut.texi
@@ -148,7 +148,7 @@ the prompt; the interpreter's response is preceded (in this manual) by
In this example we did some simple arithmetic @code{(+ 20 35)} and got
the answer @code{55}. Then we coded the classic (and rather wasteful)
factorial algorithm, and got a glimpse of Scheme's nice
-@emph{bignumbers} by asking for the factorial of 1000. Then we quit
+@emph{bignumbers} by asking for the factorial of 500. Then we quit
with @code{(quit)}.
@cindex bignumbers