diff options
author | 2021-06-28 18:38:33 +0100 | |
---|---|---|
committer | 2021-06-28 18:38:33 +0100 | |
commit | f21af4607fe2ec627abb72676769c25126503039 (patch) | |
tree | 78b1e8898c887055a6c5b10649cf104d656146e3 | |
parent | 9bea30b5a8466f1ecef8a72eccb994be8cba22a8 (diff) | |
download | rtic-f21af4607fe2ec627abb72676769c25126503039.tar.gz rtic-f21af4607fe2ec627abb72676769c25126503039.tar.zst rtic-f21af4607fe2ec627abb72676769c25126503039.zip |
Fix small typo in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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]. |