Skip to content

Commit b2e81d1

Browse files
committed
Fix a typo in SmallIntMap documentation
1 parent 92c9705 commit b2e81d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/smallintmap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ impl<V> SmallIntMap<V> {
263263
}
264264
}
265265

266-
/// Empties the hash map, moving all values into the specified closure.
266+
/// Empties the map, moving all values into the specified closure.
267267
///
268268
/// # Example
269269
///

0 commit comments

Comments
 (0)