]> git.lizzy.rs Git - rust.git/commitdiff
Small typo in the docs
authorEmilio Cobos Álvarez <ecoal95@gmail.com>
Sat, 16 May 2015 00:21:05 +0000 (02:21 +0200)
committerEmilio Cobos Álvarez <ecoal95@gmail.com>
Sat, 16 May 2015 00:21:05 +0000 (02:21 +0200)
Just detected it while reading.

src/libstd/collections/hash/map.rs

index 48f65a5abfd453927e0ccbc1b679ae2e6708c8f0..a5fbc4374e0b91317e23de594b057c7ab9635d23 100644 (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
     ///