Skip to content

Commit d3f0b20

Browse files
authored
Merge pull request rust-lang#139 from MarkusJais/master
fixed small typo for tasks
2 parents 9dda267 + 318b096 commit d3f0b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fn with<F: FnOnce(&Task, &data::LocalMap) -> R, R>(f: F) -> R {
8989
/// execution driving a future to completion.
9090
///
9191
/// In general, futures are composed into large units of work, which are then
92-
/// spawned as tasks onto an *executor*. The executor is responible for polling
92+
/// spawned as tasks onto an *executor*. The executor is responsible for polling
9393
/// the future as notifications arrive, until the future terminates.
9494
///
9595
/// This is obtained by the `task::park` function.

0 commit comments

Comments
 (0)