Skip to content

Commit c78a5f1

Browse files
committed
Really fixed error in example
1 parent 286b121 commit c78a5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This library adds three properties to String instances :
5353
import HTMLString
5454

5555
let emoji = "My favorite emoji is 🙃"
56-
let escapedEmoji = escapingForASCIIHTML // "My favorite emoji is 🙃"
56+
let escapedEmoji = emoji.escapingForASCIIHTML // "My favorite emoji is 🙃"
5757

5858
let snack = "Fish & Chips"
5959
let escapedSnack = snack.escapingForUnicodeHTML // "Fish & Chips"

0 commit comments

Comments
 (0)