diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index b578ec8241..639c53a8ec 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -27,7 +27,7 @@ The image teachpack provides a number of basic image construction functions, alo combinators for building more complex images out of existing images. Basic images include various polygons, ellipses and circles, and text, as well as bitmaps (typically bitmaps come about via the @onscreen{Insert Image...} menu item in DrRacket). -Existing images can be rotated, scaled, and overlaid on top of each other. +Existing images can be rotated, scaled, flipped, and overlaid on top of each other. @section{Basic Images}