runtime: remove extra period in docs (#5511)

This commit is contained in:
Grachev Mikhail
2023-02-27 15:41:17 +01:00
committed by GitHub
parent 54aaf3d0e3
commit 815d89a407
+1 -1
View File
@@ -152,7 +152,7 @@ impl Handle {
self.spawn_named(future, None)
}
/// Runs the provided function on an executor dedicated to blocking.
/// Runs the provided function on an executor dedicated to blocking
/// operations.
///
/// # Examples