Skip to content

Commit

Permalink
Fix typo (#5255)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlt committed Dec 3, 2022
1 parent 2be71ad commit 8751010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/util/rand.rs
Expand Up @@ -46,7 +46,7 @@ cfg_rt! {
}
}

/// A seed for random numnber generation.
/// A seed for random number generation.
///
/// In order to make certain functions within a runtime deterministic, a seed
/// can be specified at the time of creation.
Expand Down

0 comments on commit 8751010

Please sign in to comment.