Skip to content

Commit bae0ce2

Browse files
committed
auto merge of #9726 : Valloric/rust/typo_fix, r=alexcrichton
2 parents 5a1073f + d629aca commit bae0ce2

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)