runtime: fix typo (#3354)

Co-authored-by: Danilo <[email protected]>
This commit is contained in:
Danilo Martins
2020-12-27 16:17:00 +01:00
committed by GitHub
co-authored by Danilo
parent 0048d43713
commit 2d9bea8d63
+1 -1
View File
@@ -337,7 +337,7 @@ impl Context {
}
fn run_task(&self, task: Notified, mut core: Box<Core>) -> RunResult {
// Make sure thew orker is not in the **searching** state. This enables
// Make sure the worker is not in the **searching** state. This enables
// another idle worker to try to steal work.
core.transition_from_searching(&self.worker);