Skip to content

Commit

Permalink
multi-byte -> multibyte
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 3, 2020
1 parent 3b2488b commit 59f1df8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ $string->base64()->wrap(76, "\r\n", Twine\Config\Wrap::HARD);

Additional details available in the full documentation at <https://twine.phlak.net>.

Multi-Byte Strings
---------
MultiByte Strings
-----------------

Twine aims for multi-byte string compatibility by relying on PHP's
Twine aims for mltibyte string compatibility by relying on PHP's
[Multibyte String extension](https://www.php.net/manual/en/book.mbstring.php)
(mbstring) to perform string operations. For this reason, the mbstring extension
is required. Multi-byte strings include Unicode encodings such as UTF-8 and UCS-2.
is required. Multibyte strings include Unicode encodings such as UTF-8 and UCS-2.

Changelog
---------
Expand Down

0 comments on commit 59f1df8

Please sign in to comment.