diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-09-19 13:36:05 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-09-19 13:36:05 +0000 |
commit | 9365ee8a2068c625ecd75ab7aff30bfed72d3100 (patch) | |
tree | 53c7d7b56e82077b807ec5e385d55c7189e87f70 /doc/tutorial | |
parent | aee0492fb80b46e153a2084f670e115dcec20f7c (diff) | |
download | guile-9365ee8a2068c625ecd75ab7aff30bfed72d3100.tar.gz |
Fix number typo in "Jump Start" section.
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/guile-tut.texi | 2 |
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 |