Skip to content

Commit d629aca

Browse files
committed
Fix minor typo in std::str module docs
1 parent 1a3141b commit d629aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ String manipulation
1616
1717
Rust's string type is one of the core primitive types of the language. While
1818
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
19+
Rust. Each string must also be decorated with its ownership. This means that
2020
there are three common kinds of strings in rust:
2121
2222
* `~str` - This is an owned string. This type obeys all of the normal semantics

0 commit comments

Comments
 (0)