Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichton

Just detected it while reading.
This commit is contained in:
Manish Goregaokar 2015-05-17 11:55:38 +05:30
commit e06eb1c733

View File

@ -539,7 +539,7 @@ impl<K, V, S> HashMap<K, V, S>
{
/// Creates an empty hashmap which will use the given hasher to hash keys.
///
/// The creates map has the default initial capacity.
/// The created map has the default initial capacity.
///
/// # Examples
///