Skip to content

Commit 1292386

Browse files
authored
typo
1 parent ff4ef57 commit 1292386

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ As we already mentioned, JavaScript strings are based on [Unicode](https://en.wi
516516

517517
Each character is represented by a byte sequence of 1-4 bytes.
518518

519-
JavaScript allows us to specify a character not only by directly including it into a stirng, but also by its hexadecimal Unicode code using these three notations:
519+
JavaScript allows us to specify a character not only by directly including it into a string, but also by its hexadecimal Unicode code using these three notations:
520520

521521
- `\xXX` -- a character whose Unicode code point is `U+00XX`.
522522

0 commit comments

Comments
 (0)