From: Graham Percival Date: Sun, 8 Oct 2006 21:45:34 +0000 (+0000) Subject: Typo, thanks Marcus! X-Git-Tag: release/2.10.0-2~217 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09765889e9d9dfaa3160c82cbad095d34d97f9cd;p=lilypond.git Typo, thanks Marcus! --- 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