Closes PR 13105
This commit is contained in:
Matthew Flatt 2012-09-20 17:24:44 -06:00
parent 5dcebb86ac
commit 99274b203a

View File

@ -23,7 +23,7 @@ otherwise.}
@defproc[(ico-depth [ico ico?]) (one-of/c 1 2 4 8 16 24 32)]
)]{
Returns the width or of an icon in pixels, or the depth in bits per
Returns the width or height of an icon in pixels, or the depth in bits per
pixel.}
@defproc[(read-icos [src (or/c path-string? input-port?)])