Skip to content

Commit 10de882

Browse files
committed
Auto merge of #31241 - tshepang:fix, r=steveklabnik
2 parents a891c72 + 699c581 commit 10de882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/hash/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ pub trait Hasher {
194194
/// A `BuildHasher` is typically used as a factory for instances of `Hasher`
195195
/// which a `HashMap` can then use to hash keys independently.
196196
///
197-
/// Note that for each instance of `BuildHasher` the create hashers should be
198-
/// identical. That is if the same stream of bytes is fed into each hasher the
197+
/// Note that for each instance of `BuildHasher`, the created hashers should be
198+
/// identical. That is, if the same stream of bytes is fed into each hasher, the
199199
/// same output will also be generated.
200200
#[stable(since = "1.7.0", feature = "build_hasher")]
201201
pub trait BuildHasher {

0 commit comments

Comments
 (0)