Rollup merge of #139946 - mumbleskates:any-fix-missing-word, r=jhpratt

fix missing word in comment

a very simple fix, rectifying a situation in which a word was accidentally .
This commit is contained in:
Chris Denton 2025-04-21 15:55:56 +00:00 committed by GitHub
commit 6925d2ff22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -772,8 +772,8 @@ impl hash::Hash for TypeId {
// (especially given the previous point about the lower 64 bits being
// high quality on their own).
// - It is correct to do so -- only hashing a subset of `self` is still
// with an `Eq` implementation that considers the entire value, as
// ours does.
// compatible with an `Eq` implementation that considers the entire
// value, as ours does.
self.t.1.hash(state);
}
}