diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-05-08 14:12:07 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-05-08 14:12:07 +0200 |
| commit | d1d2aff34baa0bc29e838f22e344c965e47ec379 (patch) | |
| tree | cd2dc9f7edb9b5b70adc1c093804f7fb89aa1218 /book | |
| parent | 09ec5a7a41d951ad7a1ef61391896df4a1f5fc18 (diff) | |
fix typo
Diffstat (limited to 'book')
| -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 401da47..432c2e6 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>, } |
