From ed6d3f3a6a2a69b8238b17c550e9ca2c24fe5f18 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 23 Sep 2011 16:44:09 -0400 Subject: [PATCH] Fix docs of underlay/offset. Closes PR12227. --- collects/teachpack/2htdp/scribblings/image.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index f40df89732..ab69c757c6 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -795,9 +795,9 @@ the @racket[point-count] argument determines how many points the star has. @defproc[(underlay/offset [i1 image?] [x real?] [y real?] [i2 image?]) image?]{ - Just like @racket[overlay], this function lines up its image arguments on top of - each other. Unlike @racket[overlay], it moves @racket[i2] by @racket[x] pixels to - the right and @racket[y] down before overlaying them. + Just like @racket[underlay], this function lines up its first image argument + underneath the second. Unlike @racket[underlay], it moves @racket[i2] by + @racket[x] pixels to the right and @racket[y] down before underlaying them. @image-examples[(underlay/offset (circle 40 "solid" "red") 10 10