Fix small typo in readme

This commit is contained in:
Vlady Veselinov 2021-06-28 18:38:33 +01:00 committed by GitHub
parent 9bea30b5a8
commit f21af4607f
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 - **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].