core::task - typo in comment

This commit is contained in:
Daniel Patterson 2012-10-01 22:21:41 -04:00
parent 24fbf88230
commit ebdb4b7ef7
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