typo (PR9836)

svn: r12045
This commit is contained in:
Eli Barzilay 2008-10-15 19:34:22 +00:00
parent 2e9ac659bd
commit 61aa266525

View File

@ -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.