Skip to content

Commit 749194d

Browse files
pierwillAmanieu
andauthored
Update library/core/src/hash/mod.rs
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
1 parent 2a5dcd5 commit 749194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/hash/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ mod sip;
157157
///
158158
/// Implementations of `hash` should ensure that the data they
159159
/// pass to the `Hasher` are prefix-free. That is,
160-
/// unequal values should cause two different byte sequences to be written,
160+
/// unequal values should cause two different sequences of values to be written,
161161
/// and neither of the two sequences should be a prefix of the other.
162162
///
163163
/// For example, the standard implementation of [`Hash` for `&str`][impl] passes an extra

0 commit comments

Comments
 (0)