]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo, thanks Marcus!
authorGraham Percival <graham@percival-music.ca>
Sun, 8 Oct 2006 21:45:34 +0000 (21:45 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 8 Oct 2006 21:45:34 +0000 (21:45 +0000)
Documentation/user/scheme-tutorial.itely

index f44860df5657259f9736e539f6b53958e5f4c0cb..64f1ff6e18b03d84b3ad6a1bf52fae2cb458bb26 100644 (file)
@@ -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