Skip to content

Commit 8339afc

Browse files
authored
Fix typo (#1264)
1 parent 9720f11 commit 8339afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rngs/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const THREAD_RNG_RESEED_THRESHOLD: u64 = 1024 * 64;
5454
/// (every 64 kiB, as well as "soon" after a fork on Unix — see [`ReseedingRng`]
5555
/// documentation for details).
5656
///
57-
/// Security must be considered relative to a thread model and validation
57+
/// Security must be considered relative to a threat model and validation
5858
/// requirements. `ThreadRng` attempts to meet basic security considerations
5959
/// for producing unpredictable random numbers: use a CSPRNG, use a
6060
/// recommended platform-specific seed ([`OsRng`]), and avoid

0 commit comments

Comments
 (0)