From d1749329a625783f7ed73373b06e26213e243731 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 17 Aug 2017 10:40:26 -0400 Subject: [PATCH] fixes pr15467, thanks --- pkgs/racket-doc/xml/xml.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/xml/xml.scrbl b/pkgs/racket-doc/xml/xml.scrbl index cc57fc1250..e580da655d 100644 --- a/pkgs/racket-doc/xml/xml.scrbl +++ b/pkgs/racket-doc/xml/xml.scrbl @@ -300,7 +300,7 @@ Converts an @tech{X-expression} into a string containing XML.} Converts XML represented with a string into an @tech{X-expression}.} -@defproc[(xml-encode-attribute [str string?]) string?]{ +@defproc[(xml-attribute-encode [str string?]) string?]{ Escapes a string as required for XML attributes.