Skip to content

Commit

Permalink
auto merge of #15996 : nham/rust/smallintmap_not_hashmap, r=sanxiyn
Browse files Browse the repository at this point in the history
SmallIntMap doesn't involve hashing?
  • Loading branch information
bors committed Jul 26, 2014
2 parents ee21b00 + b2e81d1 commit 50c62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/smallintmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl<V> SmallIntMap<V> {
}
}

/// Empties the hash map, moving all values into the specified closure.
/// Empties the map, moving all values into the specified closure.
///
/// # Example
///
Expand Down

0 comments on commit 50c62b4

Please sign in to comment.