Skip to content

Commit

Permalink
Merge pull request rust-lang#139 from MarkusJais/master
Browse files Browse the repository at this point in the history
fixed small typo for tasks
  • Loading branch information
alexcrichton authored Sep 10, 2016
2 parents 9dda267 + 318b096 commit d3f0b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn with<F: FnOnce(&Task, &data::LocalMap) -> R, R>(f: F) -> R {
/// execution driving a future to completion.
///
/// In general, futures are composed into large units of work, which are then
/// spawned as tasks onto an *executor*. The executor is responible for polling
/// spawned as tasks onto an *executor*. The executor is responsible for polling
/// the future as notifications arrive, until the future terminates.
///
/// This is obtained by the `task::park` function.
Expand Down

0 comments on commit d3f0b20

Please sign in to comment.