Skip to content

Commit

Permalink
Rollup merge of #33598 - haikoschol:master, r=alexcrichton
Browse files Browse the repository at this point in the history
doc: Fix comment in std::string::String example code
  • Loading branch information
Manishearth committed May 15, 2016
2 parents 762e5b1 + d4bff0c commit 95ace6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ use boxed::Box;
/// let len = story.len();
/// let capacity = story.capacity();
///
/// // story has thirteen bytes
/// // story has nineteen bytes
/// assert_eq!(19, len);
///
/// // Now that we have our parts, we throw the story away.
Expand Down

0 comments on commit 95ace6b

Please sign in to comment.