diff options
Diffstat (limited to 'libcollections/string.rs')
| -rw-r--r-- | libcollections/string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcollections/string.rs b/libcollections/string.rs index 306fad2..eedf4c2 100644 --- a/libcollections/string.rs +++ b/libcollections/string.rs @@ -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. |