mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #491
491: Fix small typo in readme r=korken89 a=vladinator1000 Co-authored-by: Vlady Veselinov <vladkodmc@gmail.com>
This commit is contained in:
commit
f0273d1c0f
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
|
||||
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`
|
||||
abstraction][std-mutex].
|
||||
|
||||
|
|
Loading…
Reference in a new issue