From b7bfe04b2d003d08f6ac450f41d7f221cb87f129 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Tue, 2 Sep 2014 01:35:58 -0400 Subject: Fix spelling errors and capitalization. --- src/libcollections/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcollections/lib.rs') diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 175597c77f6..834c9549733 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -289,7 +289,7 @@ pub trait Set: Collection { } /// A mutable collection of values which are distinct from one another that -/// can be mutaed. +/// can be mutated. pub trait MutableSet: Set + Mutable { /// Adds a value to the set. Returns `true` if the value was not already /// present in the set. -- cgit 1.4.1-3-g733a5