Skip to content

Commit

Permalink
Fix minor typo in std::str module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Valloric committed Oct 5, 2013
1 parent 1a3141b commit d629aca
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

5 comments on commit d629aca

@bors
Copy link
Contributor

@bors bors commented on d629aca Oct 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at Valloric@d629aca

@bors
Copy link
Contributor

@bors bors commented on d629aca Oct 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Valloric/rust/typo_fix = d629aca into auto

@bors
Copy link
Contributor

@bors bors commented on d629aca Oct 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valloric/rust/typo_fix = d629aca merged ok, testing candidate = bae0ce2

@bors
Copy link
Contributor

@bors bors commented on d629aca Oct 5, 2013

@bors
Copy link
Contributor

@bors bors commented on d629aca Oct 5, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = bae0ce2

Please sign in to comment.