chore: tidy main

This commit is contained in:
Jake Stanger 2024-11-08 01:39:58 +00:00
parent cf38c37fe3
commit f1e87830ed
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -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.