From aa7a99112e15d7992b4a7290e87f25c63c016955 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 22 Oct 2009 14:48:42 +0000 Subject: [PATCH] fixed indentation of an example svn: r16409 --- collects/scribblings/slideshow/play.scrbl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/slideshow/play.scrbl b/collects/scribblings/slideshow/play.scrbl index 7330058ec7..7526a88047 100644 --- a/collects/scribblings/slideshow/play.scrbl +++ b/collects/scribblings/slideshow/play.scrbl @@ -97,7 +97,10 @@ from @scheme[0.0] to @scheme[1.0], and so on. For example, @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