Skip to content

Commit b512004

Browse files
thomccbjorn3
andauthored
Fix typo
Co-authored-by: bjorn3 <[email protected]>
1 parent 9e5573a commit b512004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/any.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ impl hash::Hash for TypeId {
713713
// because:
714714
// - The hashing algorithm which backs `TypeId` is expected to be
715715
// unbiased and high quality, meaning further mixing would be somewhat
716-
// redundant compared to choosing (the lower) 64 bits arbitrarially.
716+
// redundant compared to choosing (the lower) 64 bits arbitrarily.
717717
// - `Hasher::finish` returns a u64 anyway, so the extra entropy we'd
718718
// get from hashing the full value would probably not be useful
719719
// (especially given the previous point about the lower 64 bits being

0 commit comments

Comments
 (0)