diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index 48463837a6..f0df082ca3 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -1056,7 +1056,7 @@ as images for this library. Unlike all of the other images in this library, those images (and the other images created by functions in this section of the documentation) -are represented as bitmaps, i.e., a (potentially quite large) array of colors. +are represented as bitmaps, i.e., an array of colors (that can be quite large in some cases). This means that scaling and rotating them loses fidelity in the image and is significantly more expensive than with the other shapes.