From 61aa2665251439a344355930789547ae920f00ca Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 15 Oct 2008 19:34:22 +0000 Subject: [PATCH] typo (PR9836) svn: r12045 --- collects/scribblings/gui/bitmap-class.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/bitmap-class.scrbl b/collects/scribblings/gui/bitmap-class.scrbl index 6e4f8a350a..d9ca931bde 100644 --- a/collects/scribblings/gui/bitmap-class.scrbl +++ b/collects/scribblings/gui/bitmap-class.scrbl @@ -25,7 +25,7 @@ Sometimes, a bitmap object creation fails in a low-level manner. In [width (integer-in 1 10000)] [height (integer-in 1 10000)]))]{ -When @scheme[with] and @scheme[height] are provided: Creates a new +When @scheme[width] and @scheme[height] are provided: Creates a new bitmap. If @scheme[monochrome?] is @scheme[#f], the bitmap matches the display depth of the screen. The initial content of the bitmap is undefined.