Skip to content

Commit

Permalink
Fix typo (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronf authored Nov 14, 2022
1 parent 9720f11 commit 8339afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rngs/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const THREAD_RNG_RESEED_THRESHOLD: u64 = 1024 * 64;
/// (every 64 kiB, as well as "soon" after a fork on Unix — see [`ReseedingRng`]
/// documentation for details).
///
/// Security must be considered relative to a thread model and validation
/// Security must be considered relative to a threat model and validation
/// requirements. `ThreadRng` attempts to meet basic security considerations
/// for producing unpredictable random numbers: use a CSPRNG, use a
/// recommended platform-specific seed ([`OsRng`]), and avoid
Expand Down

0 comments on commit 8339afc

Please sign in to comment.