aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-05-08 14:12:07 +0200
committerJorge Aparicio <jorge@japaric.io>2019-05-08 14:12:07 +0200
commitd1d2aff34baa0bc29e838f22e344c965e47ec379 (patch)
treecd2dc9f7edb9b5b70adc1c093804f7fb89aa1218 /book
parent09ec5a7a41d951ad7a1ef61391896df4a1f5fc18 (diff)
fix typo
Diffstat (limited to 'book')
-rw-r--r--book/en/src/internals/tasks.md2
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>,
}