aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vlady Veselinov <vladkodmc@gmail.com> 2021-06-28 18:38:33 +0100
committerGravatar GitHub <noreply@github.com> 2021-06-28 18:38:33 +0100
commitf21af4607fe2ec627abb72676769c25126503039 (patch)
tree78b1e8898c887055a6c5b10649cf104d656146e3
parent9bea30b5a8466f1ecef8a72eccb994be8cba22a8 (diff)
downloadrtic-f21af4607fe2ec627abb72676769c25126503039.tar.gz
rtic-f21af4607fe2ec627abb72676769c25126503039.tar.zst
rtic-f21af4607fe2ec627abb72676769c25126503039.zip
Fix small typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e547b007..15f6af49 100644
--- a/README.md
+++ b/README.md
@@ -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].