Skip to content

Commit baf5c91

Browse files
authored
minor update
1 parent 3daed31 commit baf5c91

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
@@ -624,7 +624,7 @@ For example:
624624
alert( 'S\u0307\u0323' ); // Ṩ
625625
```
626626

627-
This provides great flexibility, but also an interesting problem: the same symbol can be visually represented with different unicode compositions.
627+
This provides great flexibility, but also an interesting problem: two characters may visually look the same, but be represented with different unicode compositions.
628628

629629
For instance:
630630

0 commit comments

Comments
 (0)