Skip to content

Commit

Permalink
doc: Fix comment in std::string::String example code
Browse files Browse the repository at this point in the history
  • Loading branch information
haikoschol committed May 12, 2016
1 parent e88defe commit d4bff0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/string.rs
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 d4bff0c

Please sign in to comment.