From c6de3e9967fb7abc3924d821f6f8d48e1e97e8dc Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 22 Apr 2014 14:37:55 -0700 Subject: [PATCH] html.entities: fix minor doc error. --- extra/html/entities/entities-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/html/entities/entities-docs.factor b/extra/html/entities/entities-docs.factor index eb93c629c1..2b22ce758d 100644 --- a/extra/html/entities/entities-docs.factor +++ b/extra/html/entities/entities-docs.factor @@ -7,4 +7,4 @@ HELP: html-escape HELP: html-unescape { $values { "str" string } { "newstr" string } } -{ $description "Convert all named and numeric character references (e.g. " { $snippet ">" } ", " { $snippet ">" } ", " { $snippet "&x3e;" } ") in the string " { $snippet "str" } " to the corresponding unicode characters using the rules defined by the HTML5 standard." } ; +{ $description "Convert all named and numeric character references (e.g. " { $snippet ">" } ", " { $snippet ">" } ", " { $snippet ">" } ") in the string " { $snippet "str" } " to the corresponding unicode characters using the rules defined by the HTML5 standard." } ;