Skip to content

Commit 815d89a

Browse files
authored
runtime: remove extra period in docs (#5511)
1 parent 54aaf3d commit 815d89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/runtime/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl Handle {
152152
self.spawn_named(future, None)
153153
}
154154

155-
/// Runs the provided function on an executor dedicated to blocking.
155+
/// Runs the provided function on an executor dedicated to blocking
156156
/// operations.
157157
///
158158
/// # Examples

0 commit comments

Comments
 (0)