runtime: remove extra period in docs (#5511)

This commit is contained in:
Grachev Mikhail 2023-02-27 17:41:17 +03:00 committed by GitHub
parent 54aaf3d0e3
commit 815d89a407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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