diff --git a/src/html.cr b/src/html.cr index 4394537262da..703d3fb47579 100644 --- a/src/html.cr +++ b/src/html.cr @@ -81,9 +81,9 @@ module HTML } # Returns a string where named and numeric character references - # (e.g. >, >, &x3e;) in *string* are replaced with the corresponding + # (e.g. >, >, >) in *string* are replaced with the corresponding # unicode characters. This method decodes all HTML5 entities including those - # without a trailing semicolon (such as `©`). + # without a trailing semicolon (such as "&copy"). # # ``` # require "html"