fix doc typo

Closes PR 11840
This commit is contained in:
Matthew Flatt 2011-04-09 13:31:31 -06:00
parent 225c011502
commit 52598af1c7

View File

@ -51,7 +51,7 @@ more useful way.}
'default] 'default]
[#:style style (one-of/c 'normal 'italic 'slant) 'normal] [#:style style (one-of/c 'normal 'italic 'slant) 'normal]
[#:weight weight (one-of/c 'normal 'bold 'light) '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 [#:smoothing smoothing (one-of/c 'default 'partly-smoothed
'smoothed 'unsmoothed) 'smoothed 'unsmoothed)
'default] 'default]