Skip to content

Commit 92a107f

Browse files
authored
Fix typo in docstring
1 parent 2abc78a commit 92a107f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rngs/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ thread_local!(
8888
/// seeded by the system. Intended to be used in method chaining style,
8989
/// e.g. `thread_rng().gen::<i32>()`, or cached locally, e.g.
9090
/// `let mut rng = thread_rng();`. Invoked by the `Default` trait, making
91-
/// `ThreadRng::default()` equivelent.
91+
/// `ThreadRng::default()` equivalent.
9292
///
9393
/// For more information see [`ThreadRng`].
9494
pub fn thread_rng() -> ThreadRng {

0 commit comments

Comments
 (0)