diff --git a/blog/content/second-edition/posts/12-async-await/index.md b/blog/content/second-edition/posts/12-async-await/index.md index ce7070fd..8f1e8f92 100644 --- a/blog/content/second-edition/posts/12-async-await/index.md +++ b/blog/content/second-edition/posts/12-async-await/index.md @@ -1612,7 +1612,7 @@ The trait implementation looks like this: [wake-trait]: https://doc.rust-lang.org/nightly/alloc/task/trait.Wake.html ```rust -// in src/task/simple_executor.rs +// in src/task/executor.rs use alloc::task::Wake;