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 3077a2b commit 02c33f8Copy full SHA for 02c33f8
doc/tutorial.md
@@ -1448,7 +1448,7 @@ mutable_crayons[0] = Apricot;
1448
This is a simple example of Rust's _dual-mode data structures_, also
1449
referred to as _freezing and thawing_.
1450
1451
-Strings are implemented with vectors of `[u8]`, though they have a distinct
+Strings are implemented with vectors of `u8`, though they have a distinct
1452
type. They support most of the same allocation options as
1453
vectors, though the string literal without a storage sigil, e.g.
1454
`"foo"` is treated differently than a comparable vector (`[foo]`).
0 commit comments