Doc typo fix.

This commit is contained in:
Martin Hoffmann
2026-08-17 16:53:19 +02:00
parent 23c0f07303
commit aa6d133f81
+1 -1
View File
@@ -266,7 +266,7 @@ impl KrillManager {
rx.await?
}
/// Runs a sync closure which may be block for a long time.
/// Runs a sync closure which may block for a long time.
///
/// This is identical to [`run`][Self::run] but runs the closure on the
/// slow thread pool.