Merge pull request #3638 from dbp/typo

core::task - typo in comment
This commit is contained in:
Brian Anderson 2012-10-01 19:36:58 -07:00
commit 8b094c36aa
1 changed files with 1 additions and 1 deletions

View File

@ -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