21-regexp-unicode-properties: fix title

This commit is contained in:
Alexey Pyltsyn 2019-04-30 22:53:08 +03:00 committed by GitHub
parent 593e122f85
commit f8ef37f6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Unicode character properies \p
# Unicode character properties \p
[Unicode](https://en.wikipedia.org/wiki/Unicode), the encoding format used by JavaScript strings, has a lot of properties for different characters (or, technically, code points). They describe which "categories" character belongs to, and a variety of technical details.