mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix typo
This commit is contained in:
parent
09ec5a7a41
commit
d1d2aff34b
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ mod foo {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Spawn<'a> {
|
pub struct Spawn<'a> {
|
||||||
// tracks the dyanmic priority of the task
|
// tracks the dynamic priority of the task
|
||||||
priority: &'a Cell<u8>,
|
priority: &'a Cell<u8>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue