From d1d2aff34baa0bc29e838f22e344c965e47ec379 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 8 May 2019 14:12:07 +0200 Subject: fix typo --- book/en/src/internals/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/internals') 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, } -- cgit v1.2.3