Use real contract in bitmap% docs

This commit is contained in:
Asumu Takikawa 2011-07-13 15:34:55 -04:00
parent cf04739f93
commit 2fdc56db3a

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?]{