Skip to content

Commit 8094934

Browse files
authored
Fix typo in HashMap performance comment
1 parent ea98522 commit 8094934

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)