Skip to content

Commit

Permalink
Fix a typo in SmallIntMap documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nham committed Jul 26, 2014
1 parent 92c9705 commit b2e81d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/smallintmap.rs
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

5 comments on commit b2e81d1

@bors
Copy link
Contributor

@bors bors commented on b2e81d1 Jul 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from sanxiyn
at nham@b2e81d1

@bors
Copy link
Contributor

@bors bors commented on b2e81d1 Jul 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging nham/rust/smallintmap_not_hashmap = b2e81d1 into auto

@bors
Copy link
Contributor

@bors bors commented on b2e81d1 Jul 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nham/rust/smallintmap_not_hashmap = b2e81d1 merged ok, testing candidate = 50c62b4

@bors
Copy link
Contributor

@bors bors commented on b2e81d1 Jul 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 50c62b4

Please sign in to comment.