From baf5c91a890b4fe5d8cb49b53c2d72ad6dfde1dd Mon Sep 17 00:00:00 2001 From: George Date: Sun, 3 Sep 2017 17:45:03 +0100 Subject: [PATCH] minor update --- 1-js/05-data-types/03-string/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/03-string/article.md b/1-js/05-data-types/03-string/article.md index f19155e8..6749f814 100644 --- a/1-js/05-data-types/03-string/article.md +++ b/1-js/05-data-types/03-string/article.md @@ -624,7 +624,7 @@ For example: alert( 'S\u0307\u0323' ); // Ṩ ``` -This provides great flexibility, but also an interesting problem: the same symbol can be visually represented with different unicode compositions. +This provides great flexibility, but also an interesting problem: two characters may visually look the same, but be represented with different unicode compositions. For instance: