From 2ba641e05bf6dc6137e7f4d72169b125640f9bd5 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 9 Feb 2010 01:00:27 +0000 Subject: [PATCH] PR 10748 svn: r18026 --- collects/teachpack/2htdp/scribblings/image.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index 3987ae00d8..0ef657b362 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -600,7 +600,7 @@ Unlike @scheme[scene+curve], if the line passes outside of @scheme[image], the i } -@defproc[(above/align [y-place y-place?] [i1 image?] [i2 image?] [is image?] ...) image?]{ +@defproc[(above/align [x-place x-place?] [i1 image?] [i2 image?] [is image?] ...) image?]{ Constructs an image by placing all of the argument images in a vertical row, lined up as indicated by the @scheme[x-place] argument. For example, if @scheme[x-place] is @scheme["middle"], then the images are placed above each other with their centers