From 99274b203a01ee88c1427da338e91027700b30ae Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 20 Sep 2012 17:24:44 -0600 Subject: [PATCH] doc fix Closes PR 13105 --- collects/file/scribblings/ico.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/file/scribblings/ico.scrbl b/collects/file/scribblings/ico.scrbl index 4dc69cbb37..3753e84b8a 100644 --- a/collects/file/scribblings/ico.scrbl +++ b/collects/file/scribblings/ico.scrbl @@ -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?)])