From 28bd1080a6c6fe97452a1fe643e2326c60a52792 Mon Sep 17 00:00:00 2001 From: Alexander George McKenzie Date: Sun, 22 Jun 2014 02:24:28 +0200 Subject: [PATCH] fix typo in decode docs procedure call "insert-nonbreaking-last-space" should be "nonbreaking-last-space". --- scribblings/decode.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/decode.scrbl b/scribblings/decode.scrbl index 9c838f0..f69310d 100644 --- a/scribblings/decode.scrbl +++ b/scribblings/decode.scrbl @@ -50,7 +50,7 @@ For instance, here's how @racket[decode] is attached to @racket[root] in @italic (decode (make-txexpr 'root '() items) #:txexpr-elements-proc detect-paragraphs #:block-txexpr-proc (compose1 hyphenate wrap-hanging-quotes - insert-nonbreaking-last-space) + nonbreaking-last-space) #:string-proc (compose1 smart-quotes smart-dashes) #:exclude-tags '(style script))) ]