Skip to content

Commit

Permalink
Update library/core/src/hash/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
  • Loading branch information
pierwill and Amanieu committed Oct 9, 2021
1 parent 2a5dcd5 commit 749194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/hash/mod.rs
Expand Up @@ -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
Expand Down

0 comments on commit 749194d

Please sign in to comment.