Rollup merge of #149204 - winningMove:patch-1, r=chenyukang

Fix typo in HashMap performance comment
This commit is contained in:
Matthias Krüger
2025-11-22 18:41:25 +01:00
committed by GitHub
+1 -1
View File
@@ -104,7 +104,7 @@
//! unlikely, for [`HashMap`] to experience significantly worse performance than
//! the expected cost. This is due to the probabilistic nature of hashing - i.e.
//! it is possible to generate a duplicate hash given some input key that will
//! requires extra computation to correct.
//! require extra computation to correct.
//!
//! ## Cost of Collection Operations
//!