We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3141b commit d629acaCopy full SHA for d629aca
src/libstd/str.rs
@@ -16,7 +16,7 @@ String manipulation
16
17
Rust's string type is one of the core primitive types of the language. While
18
represented by the name `str`, the name `str` is not actually a valid type in
19
-Rust. Each string must also be decorated with how its ownership. This means that
+Rust. Each string must also be decorated with its ownership. This means that
20
there are three common kinds of strings in rust:
21
22
* `~str` - This is an owned string. This type obeys all of the normal semantics
0 commit comments