From 0c61de14973350fa82608d54a584fe06ddbf772d Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 10 Nov 2009 14:08:47 +0000 Subject: [PATCH] svn: r16653 --- 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 e609a7081b..40f0adb452 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -236,7 +236,7 @@ Existing images can be rotated, scaled, and overlaid on top of each other. @section{Rotating, Scaling, and Framing Images} @defproc[(rotate [angle angle?] [image image?]) image?]{ - Rotates @scheme[image] by @scheme[angle] degrees. + Rotates @scheme[image] by @scheme[angle] degrees in a counter-clockwise direction. @image-examples[(rotate 45 (ellipse 60 20 "solid" "olivedrab")) (rotate 5 (rectangle 50 50 "outline" "black"))]