Skip to content

Commit 83a742c

Browse files
committed
Edited ch07.asciidoc with Atlas code editor
1 parent 9bddbf5 commit 83a742c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ As an exercise in futility, we could map a string to their numeric representatio
13071307
.map(cp => cp.codePointAt(0))
13081308
.map(cp => String.fromCodePoint(cp))
13091309
.join('')
1310-
// &lt;- '<img src="images/1f40e.png" alt="horse"/><img src="images/1f471.png" alt="man" data-emoji-embed="smiling idiot"/><img src="images/2764.png" alt="❤️" data-emoji-embed="❤️" />'</pre>
1310+
// &lt;- '<img src="images/1f40e.png" alt="horse" data-emoji-embed="running horse" /><img src="images/1f471.png" alt="man" data-emoji-embed="smiling idiot"/><img src="images/2764.png" alt="❤️" data-emoji-embed="❤️" />'</pre>
13111311
++++
13121312

13131313
Reversing an string has potential to cause issues as well.

0 commit comments

Comments
 (0)