fix typo in decode docs

procedure call "insert-nonbreaking-last-space" should be "nonbreaking-last-space".
pull/15/merge^2
Alexander George McKenzie 11 years ago
parent 49b1dd91b8
commit 28bd1080a6

@ -50,7 +50,7 @@ For instance, here's how @racket[decode] is attached to @racket[root] in @italic
(decode (make-txexpr 'root '() items) (decode (make-txexpr 'root '() items)
#:txexpr-elements-proc detect-paragraphs #:txexpr-elements-proc detect-paragraphs
#:block-txexpr-proc (compose1 hyphenate wrap-hanging-quotes #:block-txexpr-proc (compose1 hyphenate wrap-hanging-quotes
insert-nonbreaking-last-space) nonbreaking-last-space)
#:string-proc (compose1 smart-quotes smart-dashes) #:string-proc (compose1 smart-quotes smart-dashes)
#:exclude-tags '(style script))) #:exclude-tags '(style script)))
] ]

Loading…
Cancel
Save