diff options
-rw-r--r-- | book/en/src/internals/tasks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/internals/tasks.md b/book/en/src/internals/tasks.md index 401da47a..432c2e6e 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<u8>, } |