From 9e536d7256f65744c99d2217a0d88f3a72930433 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 19 Sep 2001 13:37:29 +0000 Subject: [PATCH] Fix number typo in "Jump Start" section. --- doc/tutorial/guile-tut.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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