Skip to content

Commit be4c672

Browse files
authored
Rollup merge of #149204 - winningMove:patch-1, r=chenyukang
Fix typo in HashMap performance comment
2 parents 115aa62 + 8094934 commit be4c672

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/collections

1 file changed

+1
-1
lines changed

library/std/src/collections/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
//! unlikely, for [`HashMap`] to experience significantly worse performance than
105105
//! the expected cost. This is due to the probabilistic nature of hashing - i.e.
106106
//! it is possible to generate a duplicate hash given some input key that will
107-
//! requires extra computation to correct.
107+
//! require extra computation to correct.
108108
//!
109109
//! ## Cost of Collection Operations
110110
//!

0 commit comments

Comments
 (0)