Skip to content

Commit e30909d

Browse files
committed
Small typo in the docs
Just detected it while reading.
1 parent a9ea33f commit e30909d

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+1
-1
lines changed

src/libstd/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ impl<K, V, S> HashMap<K, V, S>
539539
{
540540
/// Creates an empty hashmap which will use the given hasher to hash keys.
541541
///
542-
/// The creates map has the default initial capacity.
542+
/// The created map has the default initial capacity.
543543
///
544544
/// # Examples
545545
///

0 commit comments

Comments
 (0)