diff --git a/book/en/src/internals/tasks.md b/book/en/src/internals/tasks.md index 401da47a05..432c2e6e5a 100644 --- a/book/en/src/internals/tasks.md +++ b/book/en/src/internals/tasks.md @@ -131,7 +131,7 @@ mod foo { } pub struct Spawn<'a> { - // tracks the dyanmic priority of the task + // tracks the dynamic priority of the task priority: &'a Cell, }