We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0828f commit 737ca00Copy full SHA for 737ca00
proposals/002-text-utf-default.md
@@ -237,7 +237,7 @@ the semantics of internal functions is due to change drastically. This kind of b
237
should not come as a big surprise, because `Internal` modules have a disclaimer about
238
unstable API.
239
240
-There are two places where `text` leaks details of internal represenation.
+There are two places where `text` leaks details of internal representation.
241
First of them is `Data.Text.Array`, which provides an access to an underlying bytearray.
242
Not only its API is to change from `Word16` to `Word8`, but also the semantics
243
of array switches from UTF-16 to UTF-8. This will cause breakage of several packages
0 commit comments