Small typo in the docs
Just detected it while reading.
This commit is contained in:
parent
a9ea33fa30
commit
e30909de11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue