We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286b121 commit c78a5f1Copy full SHA for c78a5f1
README.md
@@ -53,7 +53,7 @@ This library adds three properties to String instances :
53
import HTMLString
54
55
let emoji = "My favorite emoji is 🙃"
56
-let escapedEmoji = escapingForASCIIHTML // "My favorite emoji is 🙃"
+let escapedEmoji = emoji.escapingForASCIIHTML // "My favorite emoji is 🙃"
57
58
let snack = "Fish & Chips"
59
let escapedSnack = snack.escapingForUnicodeHTML // "Fish & Chips"
0 commit comments