From 09765889e9d9dfaa3160c82cbad095d34d97f9cd Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 8 Oct 2006 21:45:34 +0000 Subject: [PATCH] Typo, thanks Marcus! --- Documentation/user/scheme-tutorial.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user/scheme-tutorial.itely b/Documentation/user/scheme-tutorial.itely index f44860df56..64f1ff6e18 100644 --- a/Documentation/user/scheme-tutorial.itely +++ b/Documentation/user/scheme-tutorial.itely @@ -114,7 +114,7 @@ the number 24 is stored in the variable @code{twentyFour}. The same assignment can be done in completely in Scheme as well, @example -#(define twentyFour (* 2 twelve) +#(define twentyFour (* 2 twelve)) @end example The @emph{name} of a variable is also an expression, similar to a -- 2.39.5