correct typo

This commit is contained in:
Robby Findler 2013-07-03 08:20:51 -05:00
parent cca335310d
commit f9d1712097

View File

@ -1600,8 +1600,9 @@ Two images are @racket[equal?] if they draw exactly the same way at their curren
(not necessarily at all sizes) and, if there are pinholes, the pinholes are
in the same place.
This can lead to some counter-intuitive results. For example, two completely shapes that
are the same size and are drawn with the transparent color are equal:
This can lead to some counter-intuitive results. For example,
two completely different shapes that are the same size and are
drawn with the transparent color are equal:
@image-examples[(equal? (circle 30 "solid" "transparent")
(square 60 "solid" "transparent"))]
See also @secref["nitty-gritty-alpha"].