Merge pull request #909 from dragonwocky/patch-1

Minor grammatical typo fix
This commit is contained in:
Ilya Kantor 2019-04-14 09:23:10 +03:00 committed by GitHub
commit 1d19bcbe6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -551,7 +551,7 @@ This method actually has two additional arguments specified in [the documentatio
## Internals, Unicode
```warn header="Advanced knowledge"
The section goes deeper into string internals. This knowledge will be useful for you if you plan to deal with emoji, rare mathematical of hieroglyphs characters or other rare symbols.
The section goes deeper into string internals. This knowledge will be useful for you if you plan to deal with emoji, rare mathematical or hieroglyphic characters or other rare symbols.
You can skip the section if you don't plan to support them.
```