Skip to content

Commit a88107f

Browse files
authored
Fix missing asterisk
1 parent defaa1d commit a88107f

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
@@ -100,7 +100,7 @@
100100
//! Rust's collections never automatically shrink, so removal operations aren't
101101
//! amortized.
102102
//!
103-
//! [`HashMap`] uses *expected costs to denote that it is theoretically possible,
103+
//! [`HashMap`] uses *expected* costs to denote that it is theoretically possible,
104104
//! though very unlikely, for [`HashMap`] to experience worse performance than
105105
//! the expected cost. This is due to the probablilistic nature of hashing -
106106
//! i.e. it is possible to generate a duplicate hash given some input key that

0 commit comments

Comments
 (0)