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.
1 parent defaa1d commit a88107fCopy full SHA for a88107f
library/std/src/collections/mod.rs
@@ -100,7 +100,7 @@
100
//! Rust's collections never automatically shrink, so removal operations aren't
101
//! amortized.
102
//!
103
-//! [`HashMap`] uses *expected costs to denote that it is theoretically possible,
+//! [`HashMap`] uses *expected* costs to denote that it is theoretically possible,
104
//! though very unlikely, for [`HashMap`] to experience worse performance than
105
//! the expected cost. This is due to the probablilistic nature of hashing -
106
//! i.e. it is possible to generate a duplicate hash given some input key that
0 commit comments