Skip to content

Commit

Permalink
auto merge of #9726 : Valloric/rust/typo_fix, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Oct 5, 2013
2 parents 5a1073f + d629aca commit bae0ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ String manipulation
Rust's string type is one of the core primitive types of the language. While
represented by the name `str`, the name `str` is not actually a valid type in
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
there are three common kinds of strings in rust:
* `~str` - This is an owned string. This type obeys all of the normal semantics
Expand Down

0 comments on commit bae0ce2

Please sign in to comment.