Use real contract in bitmap% docs

(cherry picked from commit 2fdc56db3a)
This commit is contained in:
Asumu Takikawa 2011-07-13 15:34:55 -04:00 committed by Eli Barzilay
parent 8d0d481d63
commit 60f3e79bb8

View File

@ -62,7 +62,7 @@ When a @racket[bits] byte string is provided: Creates a monochrome
[y real?]
[width exact-nonnegative-integer?]
[height exact-nonnegative-integer?]
[pixels (and/c bytes? mutable?)]
[pixels (and/c bytes? (not/c immutable?))]
[just-alpha? any/c #f]
[pre-multiplied? any/c #f])
void?]{