diff options
| author | pierwill <19642016+pierwill@users.noreply.github.com> | 2021-10-09 13:53:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 13:53:29 -0500 |
| commit | 749194d847bd81d16baf836c8e954f43408ddfa8 (patch) | |
| tree | f2b10b29e8ee76af9bf91340b36ccd49ce065263 | |
| parent | 2a5dcd58909d5f7c58e3845eb926ed118c87cfb0 (diff) | |
| download | rust-749194d847bd81d16baf836c8e954f43408ddfa8.tar.gz rust-749194d847bd81d16baf836c8e954f43408ddfa8.zip | |
Update library/core/src/hash/mod.rs
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
| -rw-r--r-- | library/core/src/hash/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/hash/mod.rs b/library/core/src/hash/mod.rs index 024dbfef808..540160bc4c2 100644 --- a/library/core/src/hash/mod.rs +++ b/library/core/src/hash/mod.rs @@ -157,7 +157,7 @@ mod sip; /// /// Implementations of `hash` should ensure that the data they /// pass to the `Hasher` are prefix-free. That is, -/// unequal values should cause two different byte sequences to be written, +/// unequal values should cause two different sequences of values to be written, /// and neither of the two sequences should be a prefix of the other. /// /// For example, the standard implementation of [`Hash` for `&str`][impl] passes an extra |
