We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f90e8d commit 6af2b46Copy full SHA for 6af2b46
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