From e5ffcf19442602b62b6b57763675740e093f2005 Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 29 Jun 2009 18:15:37 +0000 Subject: [PATCH] solid-or-filled -> solid-or-outline svn: r15328 --- collects/teachpack/2htdp/scribblings/universe.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/teachpack/2htdp/scribblings/universe.scrbl b/collects/teachpack/2htdp/scribblings/universe.scrbl index 6cc09b4a92..4554b4dd8c 100644 --- a/collects/teachpack/2htdp/scribblings/universe.scrbl +++ b/collects/teachpack/2htdp/scribblings/universe.scrbl @@ -465,9 +465,9 @@ For the creation of scenes from the world, use the functions from @secref["image"]. The teachpack adds the following two functions, which are highly useful for creating scenes. -@defproc[(nw:rectangle [width natural-number/c] [height natural-number/c] [solid-or-filled Mode] [c Color]) image?]{ +@defproc[(nw:rectangle [width natural-number/c] [height natural-number/c] [solid-or-outline Mode] [c Color]) image?]{ creates a @scheme[width] by @scheme[height] rectangle, solid or outlined as specified by - @scheme[solid-or-filled] and colored according to @scheme[c], with a pinhole at the upper left + @scheme[solid-or-outline] and colored according to @scheme[c], with a pinhole at the upper left corner.} @defproc[(scene+line [s scene?][x0 number?][y0 number?][x1 number?][y1 number?][c Color]) scene?]{