mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix small typo in readme
This commit is contained in:
parent
9bea30b5a8
commit
f21af4607f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Formerly known as Real-Time For the Masses.
|
||||||
- **Efficient and data race free memory sharing** through fine grained *priority
|
- **Efficient and data race free memory sharing** through fine grained *priority
|
||||||
based* critical sections [^1].
|
based* critical sections [^1].
|
||||||
|
|
||||||
- **Deadlock free execution** guaranteed at compile time. This is an stronger
|
- **Deadlock free execution** guaranteed at compile time. This is a stronger
|
||||||
guarantee than what's provided by [the standard `Mutex`
|
guarantee than what's provided by [the standard `Mutex`
|
||||||
abstraction][std-mutex].
|
abstraction][std-mutex].
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue