We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f5a0 commit a44c425Copy full SHA for a44c425
src/html/escape.go
@@ -181,7 +181,7 @@ func EscapeString(s string) string {
181
182
// UnescapeString unescapes entities like "<" to become "<". It unescapes a
183
// larger range of entities than EscapeString escapes. For example, "á"
184
-// unescapes to "á", as does "á" and "&xE1;".
+// unescapes to "á", as does "á" and "á".
185
// UnescapeString(EscapeString(s)) == s always holds, but the converse isn't
186
// always true.
187
func UnescapeString(s string) string {
0 commit comments