From 52598af1c78ca29d2d0673e2019b5f5721204c57 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 9 Apr 2011 13:31:31 -0600 Subject: [PATCH] fix doc typo Closes PR 11840 --- collects/scribblings/draw/draw-funcs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/draw/draw-funcs.scrbl b/collects/scribblings/draw/draw-funcs.scrbl index b0c8387ba1..b7bc3a0433 100644 --- a/collects/scribblings/draw/draw-funcs.scrbl +++ b/collects/scribblings/draw/draw-funcs.scrbl @@ -51,7 +51,7 @@ more useful way.} 'default] [#:style style (one-of/c 'normal 'italic 'slant) 'normal] [#:weight weight (one-of/c 'normal 'bold 'light) 'normal] - [#:underline? underline? any/c #f] + [#:underlined? underlined? any/c #f] [#:smoothing smoothing (one-of/c 'default 'partly-smoothed 'smoothed 'unsmoothed) 'default]