Skip to content

Commit 8b094c3

Browse files
committed
Merge pull request #3638 from dbp/typo
core::task - typo in comment
2 parents 7b7c2a4 + ebdb4b7 commit 8b094c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ impl TaskBuilder {
473473
}
474474
475475
/**
476-
* Creates and exucutes a new child task
476+
* Creates and executes a new child task
477477
*
478478
* Sets up a new task with its own call stack and schedules it to run
479479
* the provided unique closure. The task has the properties and behavior

0 commit comments

Comments
 (0)