fixes pr15467, thanks

This commit is contained in:
Jay McCarthy 2017-08-17 10:40:26 -04:00
parent 046503de88
commit d1749329a6

View File

@ -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.