Skip to content

Commit 8751010

Browse files
authored
Fix typo (#5255)
1 parent 2be71ad commit 8751010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tokio/src/util/rand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cfg_rt! {
4646
}
4747
}
4848

49-
/// A seed for random numnber generation.
49+
/// A seed for random number generation.
5050
///
5151
/// In order to make certain functions within a runtime deterministic, a seed
5252
/// can be specified at the time of creation.

0 commit comments

Comments
 (0)