]> git.lizzy.rs Git - rust.git/commitdiff
Fix a typo in SmallIntMap documentation
authornham <hamann.nick@gmail.com>
Sat, 26 Jul 2014 01:40:47 +0000 (21:40 -0400)
committernham <hamann.nick@gmail.com>
Sat, 26 Jul 2014 01:40:47 +0000 (21:40 -0400)
src/libcollections/smallintmap.rs

index e1980e1549a05055ab4e476644380f0815645049..7266790ba4f452087611ea64fd619ce35f896e9d 100644 (file)
@@ -263,7 +263,7 @@ pub fn mut_iter<'r>(&'r mut self) -> MutEntries<'r, V> {
         }
     }
 
-    /// Empties the hash map, moving all values into the specified closure.
+    /// Empties the map, moving all values into the specified closure.
     ///
     /// # Example
     ///