Skip to content

Commit ccb734b

Browse files
authored
docs: fix typo in doc comment (#1754)
1 parent 357eb7d commit ccb734b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rngs/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl ReseedingCore {
8989
///
9090
/// - Automatic seeding via [`SysRng`] and after every 64 kB of output.
9191
/// Limitation: there is no automatic reseeding on process fork (see [below](#fork)).
92-
/// - A rigorusly analyzed, unpredictable (cryptographic) pseudo-random generator
92+
/// - A rigorously analyzed, unpredictable (cryptographic) pseudo-random generator
9393
/// (see [the book on security](https://rust-random.github.io/book/guide-rngs.html#security)).
9494
/// The currently selected algorithm is ChaCha (12-rounds).
9595
/// See also [`StdRng`] documentation.

0 commit comments

Comments
 (0)