From f1e87830ed6c8383ff67a1f2774a50cb575210c3 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Fri, 8 Nov 2024 01:39:58 +0000 Subject: [PATCH] chore: tidy main --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 205315d..a642e73 100644 --- a/src/main.rs +++ b/src/main.rs @@ -464,7 +464,7 @@ where /// Blocks on a `Future` until it resolves. /// /// This is not an `async` operation -/// so can be used outside of an async function. +/// so can be used outside an async function. /// /// Use sparingly, as this risks blocking the UI thread! /// Prefer async functions wherever possible.