mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
74fd4a720f
std: fix HashMap RNG docs wording Fixes a wording typo in the top-level HashMap docs. Changed "random number coroutine" to "random number generator" in the seed entropy paragraph. This section is security-relevant, and "generator" is the correct term in RNG context. Testing: - Not run locally (docs-only text change).