Skip to content

Commit dc36b8e

Browse files
committed
std: fix HashMap RNG docs wording
1 parent 6ad4d1b commit dc36b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • library/std/src/collections/hash

library/std/src/collections/hash/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use crate::ops::Index;
2020
/// reasonable best-effort is made to generate this seed from a high quality,
2121
/// secure source of randomness provided by the host without blocking the
2222
/// program. Because of this, the randomness of the seed depends on the output
23-
/// quality of the system's random number coroutine when the seed is created.
23+
/// quality of the system's random number generator when the seed is created.
2424
/// In particular, seeds generated when the system's entropy pool is abnormally
2525
/// low such as during system boot may be of a lower quality.
2626
///

0 commit comments

Comments
 (0)