fix documented contract to match actual function
This commit is contained in:
parent
35ef2ade0c
commit
d5e28ced91
|
@ -253,7 +253,9 @@ The @racket[angle] determines how much the rectangle is
|
|||
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]{
|
||||
|
||||
A pict that display a bitmap. When a path is provided, the image is
|
||||
|
|
Loading…
Reference in New Issue
Block a user