From bc394a4f1e1adf64ba584c58e2c8a888c30fd693 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 16 Jul 2009 20:18:40 +0000 Subject: [PATCH] fixing more string/symbol bugs; please propagate svn: r15466 --- collects/teachpack/2htdp/scribblings/universe.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/universe.scrbl b/collects/teachpack/2htdp/scribblings/universe.scrbl index 4554b4dd8c..d5fb724896 100644 --- a/collects/teachpack/2htdp/scribblings/universe.scrbl +++ b/collects/teachpack/2htdp/scribblings/universe.scrbl @@ -1007,7 +1007,7 @@ Understanding the server's event handling functions demands several data @defproc[(iworld=? [u iworld?][v iworld?]) boolean?]{ compares two @emph{iworld}s for equality.} -@defproc[(iworld-name [w iworld?]) symbol?]{ +@defproc[(iworld-name [w iworld?]) string?]{ extracts the name from a @emph{iworld} structure.} @defthing[iworld1 iworld?]{an @emph{iworld} for testing your programs}