Skip to content

Commit 044ff6f

Browse files
committed
fix
1 parent a803757 commit 044ff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Examples with unicode:
8888

8989
```js run
9090
alert( "\u00A9" ); // ©
91-
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
91+
alert( "\u{20331}" ); // , a rare chinese hieroglyph (long unicode)
9292
alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
9393
```
9494

0 commit comments

Comments
 (0)