Skip to content

Commit

Permalink
Merge pull request #3638 from dbp/typo
Browse files Browse the repository at this point in the history
core::task - typo in comment
  • Loading branch information
brson committed Oct 2, 2012
2 parents 7b7c2a4 + ebdb4b7 commit 8b094c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ impl TaskBuilder {
}
/**
* Creates and exucutes a new child task
* Creates and executes a new child task
*
* Sets up a new task with its own call stack and schedules it to run
* the provided unique closure. The task has the properties and behavior
Expand Down

0 comments on commit 8b094c3

Please sign in to comment.