From ce1abef0bd16041929d0ce590b6fe69ced81b907 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Mon, 28 Aug 2023 13:53:57 +0300 Subject: [PATCH] doc: fix typo --- libs/utils/src/sync/heavier_once_cell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/src/sync/heavier_once_cell.rs b/libs/utils/src/sync/heavier_once_cell.rs index bce67c8a32..4b279f2e98 100644 --- a/libs/utils/src/sync/heavier_once_cell.rs +++ b/libs/utils/src/sync/heavier_once_cell.rs @@ -217,7 +217,7 @@ mod tests { #[tokio::test(start_paused = true)] async fn reinit_waits_for_deinit() { - // witht he tokio::time paused, we will "sleep" for 1s while holding the reinitialization + // with he tokio::time paused, we will "sleep" for 1s while holding the reinitialization let sleep_for = Duration::from_secs(1); let initial = 42; let reinit = 1;