From 2bd6deba71b9611263b9d79006a7478988e7b72e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 20 Jul 2010 10:35:00 -0600 Subject: [PATCH] fix doc typo Closes PR 10905 Merge to 5.0.1 (cherry picked from commit 59de3b4f5e4e1b1aa13980a5e56631352b5c0884) --- collects/scribblings/slideshow/picts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/slideshow/picts.scrbl b/collects/scribblings/slideshow/picts.scrbl index bd56641f65..d6c3fca6b6 100644 --- a/collects/scribblings/slideshow/picts.scrbl +++ b/collects/scribblings/slideshow/picts.scrbl @@ -142,7 +142,7 @@ particular.} [(blank [w real?] [h real?] [a real?] [d real?]) pict?])]{ Creates a pict that draws nothing. The one-argument case supplies a -value sued for both the width and height. In the one- and two-argument +value used for both the width and height. In the one- and two-argument case, the ascent and descent are @math{0} for the resulting pict's bounding box; in the three-argument case, the height is computed by adding the given ascent and descent.}