We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abc78a commit 92a107fCopy full SHA for 92a107f
src/rngs/thread.rs
@@ -88,7 +88,7 @@ thread_local!(
88
/// seeded by the system. Intended to be used in method chaining style,
89
/// e.g. `thread_rng().gen::<i32>()`, or cached locally, e.g.
90
/// `let mut rng = thread_rng();`. Invoked by the `Default` trait, making
91
-/// `ThreadRng::default()` equivelent.
+/// `ThreadRng::default()` equivalent.
92
///
93
/// For more information see [`ThreadRng`].
94
pub fn thread_rng() -> ThreadRng {
0 commit comments