From 87510100cebd7e2525e1a081c6a526ac95cf7967 Mon Sep 17 00:00:00 2001 From: Tilman Date: Sat, 3 Dec 2022 11:49:55 +0100 Subject: [PATCH] Fix typo (#5255) --- tokio/src/util/rand.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/util/rand.rs b/tokio/src/util/rand.rs index fe6b7246c05..749da6bcac4 100644 --- a/tokio/src/util/rand.rs +++ b/tokio/src/util/rand.rs @@ -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.