We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5dcd5 commit 749194dCopy full SHA for 749194d
library/core/src/hash/mod.rs
@@ -157,7 +157,7 @@ mod sip;
157
///
158
/// Implementations of `hash` should ensure that the data they
159
/// pass to the `Hasher` are prefix-free. That is,
160
-/// unequal values should cause two different byte sequences to be written,
+/// unequal values should cause two different sequences of values to be written,
161
/// and neither of the two sequences should be a prefix of the other.
162
163
/// For example, the standard implementation of [`Hash` for `&str`][impl] passes an extra
0 commit comments