fix documented contract to match actual function

This commit is contained in:
Robby Findler 2011-10-05 15:13:22 -05:00
parent 35ef2ade0c
commit d5e28ced91

View File

@ -253,7 +253,9 @@ The @racket[angle] determines how much the rectangle is
rotated, in radians. rotated, in radians.
} }
@defproc[(bitmap [img (or/c path-string? (is-a?/c bitmap%))]) @defproc[(bitmap [img (or/c path-string?
(is-a?/c bitmap%)
(is-a?/c image-snip%))])
pict]{ pict]{
A pict that display a bitmap. When a path is provided, the image is A pict that display a bitmap. When a path is provided, the image is