Small typo in the docs

Just detected it while reading.
This commit is contained in:
Emilio Cobos Álvarez 2015-05-16 02:21:05 +02:00
parent a9ea33fa30
commit e30909de11

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
///