corrected a bug in the docs

svn: r18453
This commit is contained in:
Robby Findler 2010-03-03 21:15:13 +00:00
parent 3404c0e27a
commit 6fc4add369

View File

@ -50,7 +50,7 @@ When a @scheme[bits] byte string is provided: Creates a monochrome
[y real?]
[width (integer-in 1 10000)]
[height (integer-in 1 10000)]
[pixels (and/c byte-string? mutable?)]
[pixels (and/c bytes? mutable?)]
[alpha? any/c #f])
void?]{