From ddc401e0bf4f972bc2916601797d12bb97c5f1dc Mon Sep 17 00:00:00 2001 From: pravic Date: Mon, 6 Jun 2016 23:05:39 +0300 Subject: update to 2016-06-06 --- libcollections/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcollections/string.rs') 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. -- cgit v1.2.3