Skip to content

Commit e527c61

Browse files
authored
Merge pull request #2630 from ZYinMD/patch-10
fix typo in 1-js/05-data-types/03-string
2 parents 614e29e + a171b0a commit e527c61

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
@@ -526,7 +526,7 @@ Now it becomes obvious why `a > Z`.
526526
The characters are compared by their numeric code. The greater code means that the character is greater. The code for `a` (97) is greater than the code for `Z` (90).
527527

528528
- All lowercase letters go after uppercase letters because their codes are greater.
529-
- Some letters like `Ö` stand apart from the main alphabet. Here, it's code is greater than anything from `a` to `z`.
529+
- Some letters like `Ö` stand apart from the main alphabet. Here, its code is greater than anything from `a` to `z`.
530530

531531
### Correct comparisons [#correct-comparisons]
532532

0 commit comments

Comments
 (0)