Skip to content

Commit

Permalink
Update map.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nrabulinski committed Jun 23, 2020
1 parent 1557fb0 commit f37c157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/collections/btree/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ struct MergeIter<K, V, I: Iterator<Item = (K, V)>> {
}

impl<K: Ord, V> BTreeMap<K, V> {
/// Makes a new empty BTreeMap with a reasonable choice for B.
/// Makes a new empty BTreeMap.
///
/// # Examples
///
Expand Down

0 comments on commit f37c157

Please sign in to comment.