We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 587e448 + 8094934 commit 1717388Copy full SHA for 1717388
library/std/src/collections/mod.rs
@@ -104,7 +104,7 @@
104
//! unlikely, for [`HashMap`] to experience significantly worse performance than
105
//! the expected cost. This is due to the probabilistic nature of hashing - i.e.
106
//! it is possible to generate a duplicate hash given some input key that will
107
-//! requires extra computation to correct.
+//! require extra computation to correct.
108
//!
109
//! ## Cost of Collection Operations
110
0 commit comments