We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5573a commit b512004Copy full SHA for b512004
library/core/src/any.rs
@@ -713,7 +713,7 @@ impl hash::Hash for TypeId {
713
// because:
714
// - The hashing algorithm which backs `TypeId` is expected to be
715
// unbiased and high quality, meaning further mixing would be somewhat
716
- // redundant compared to choosing (the lower) 64 bits arbitrarially.
+ // redundant compared to choosing (the lower) 64 bits arbitrarily.
717
// - `Hasher::finish` returns a u64 anyway, so the extra entropy we'd
718
// get from hashing the full value would probably not be useful
719
// (especially given the previous point about the lower 64 bits being
0 commit comments