From 837f499caf44b94f4ede269e9acc1fc96561a565 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 10 Dec 2005 20:30:51 +0000 Subject: [PATCH] fix module name svn: r1580 --- collects/htdp/world.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/htdp/world.ss b/collects/htdp/world.ss index 24b043bdb4..9ae3f12650 100644 --- a/collects/htdp/world.ss +++ b/collects/htdp/world.ss @@ -3,7 +3,7 @@ color? ;; Symbol -> Boolean |# ;; Thu Dec 1 17:03:03 EST 2005: fixed place-image; all coordinates okay now -(module world2 mzscheme +(module world mzscheme (require ; (lib "unitsig.ss") (lib "etc.ss") (lib "class.ss")