about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2016-01-27 20:41:06 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2016-01-27 20:56:18 +0200
commit699c581b8402c9e040a153be23c1a9cbbfc92a4f (patch)
treea0b1b09b0c0310dde006bb74ce30ea73dc4b62d5 /src/libcore
parentb8b18aac12214d7135a083e2e6946aa197185d49 (diff)
downloadrust-699c581b8402c9e040a153be23c1a9cbbfc92a4f.tar.gz
rust-699c581b8402c9e040a153be23c1a9cbbfc92a4f.zip
doc: insert missing chars
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/hash/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/hash/mod.rs b/src/libcore/hash/mod.rs
index 9ab55620e0a..b8709e8649a 100644
--- a/src/libcore/hash/mod.rs
+++ b/src/libcore/hash/mod.rs
@@ -194,8 +194,8 @@ pub trait Hasher {
 /// A `BuildHasher` is typically used as a factory for instances of `Hasher`
 /// which a `HashMap` can then use to hash keys independently.
 ///
-/// Note that for each instance of `BuildHasher` the create hashers should be
-/// identical. That is if the same stream of bytes is fed into each hasher the
+/// Note that for each instance of `BuildHasher`, the created hashers should be
+/// identical. That is, if the same stream of bytes is fed into each hasher, the
 /// same output will also be generated.
 #[stable(since = "1.7.0", feature = "build_hasher")]
 pub trait BuildHasher {