From fb517e049e80752e7300008ae6911ab38b1f27a1 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Mon, 23 Jun 2008 21:01:07 +0000 Subject: [PATCH] doc bug, right instead of left svn: r10429 --- collects/teachpack/htdp/scribblings/world.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/htdp/scribblings/world.scrbl b/collects/teachpack/htdp/scribblings/world.scrbl index 862223fa06..586bc8f3bb 100644 --- a/collects/teachpack/htdp/scribblings/world.scrbl +++ b/collects/teachpack/htdp/scribblings/world.scrbl @@ -35,7 +35,7 @@ pinholes are at position @scheme[(0,0)]. @defproc[(place-image [img image?] [x number?][y number?] [s (unsyntax @tech{Scene})]) (unsyntax @tech{Scene})] {Creates a scene by placing @scheme[img] at @scheme[(x,y)] into @scheme[s]; - @scheme[(x,y)] are comp. graph. coordinates, i.e., they count left and + @scheme[(x,y)] are comp. graph. coordinates, i.e., they count right and down from the upper-left corner.} @section[#:tag "simulations"]{Simple Simulations}