fixed indentation of an example

svn: r16409
This commit is contained in:
Robby Findler 2009-10-22 14:48:42 +00:00
parent 7c55b23429
commit aa7a99112e

View File

@ -97,7 +97,10 @@ from @scheme[0.0] to @scheme[1.0], and so on.
For example, For example,
@schemeblock[ @schemeblock[
(play-n (lambda (n1 n2) (cellophane (t "Hello") (* n1 (- 1.0 n2))))) (play-n
(lambda (n1 n2)
(cellophane (t "Hello")
(* n1 (- 1.0 n2)))))
] ]
generates an animation to fade in the word ``Hello,'' and then pauses generates an animation to fade in the word ``Hello,'' and then pauses