491: Fix small typo in readme r=korken89 a=vladinator1000



Co-authored-by: Vlady Veselinov <vladkodmc@gmail.com>
This commit is contained in:
bors[bot] 2021-06-28 19:20:33 +00:00 committed by GitHub
commit f0273d1c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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].