[plt-scheme] typo in pre-release quick introduction

From: David Vanderson (david.vanderson at gmail.com)
Date: Sat Feb 2 14:51:20 EST 2008

Hello,

Please let me know if this isn't the right place to report this.

Thanks,
Dave


Index: collects/scribblings/quick/quick.scrbl
===================================================================
--- collects/scribblings/quick/quick.scrbl	(revision 8508)
+++ collects/scribblings/quick/quick.scrbl	(working copy)
@@ -419,7 +419,7 @@
          @schememod[
           scheme
           (require "quick.ss")
-         (rainbow square)
+         (rainbow (square 5))
          ]

          and when you run @filepath{use.ss}, a rainbow list of squares


Posted on the users mailing list.