We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b6313a + 0e2eee4 commit 15c26a1Copy full SHA for 15c26a1
src/types/textual.md
@@ -8,7 +8,7 @@ or 0xE000 to 0x10FFFF range. It is immediate [Undefined Behavior] to create a
8
`char` that falls outside this range. A `[char]` is effectively a UCS-4 / UTF-32
9
string of length 1.
10
11
-A value of type `str` is represented the same way as `[u8]`, it is a slice of
+A value of type `str` is represented the same way as `[u8]`, a slice of
12
8-bit unsigned bytes. However, the Rust standard library makes extra assumptions
13
about `str`: methods working on `str` assume and ensure that the data in there
14
is valid UTF-8. Calling a `str` method with a non-UTF-8 buffer can cause
0 commit comments