aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-06-28 19:20:33 +0000
committerGitHub <noreply@github.com>2021-06-28 19:20:33 +0000
commitf0273d1c0f825c8b294f6dcef2f8bb1efadec538 (patch)
tree78b1e8898c887055a6c5b10649cf104d656146e3
parent9bea30b5a8466f1ecef8a72eccb994be8cba22a8 (diff)
parentf21af4607fe2ec627abb72676769c25126503039 (diff)
Merge #491
491: Fix small typo in readme r=korken89 a=vladinator1000 Co-authored-by: Vlady Veselinov <vladkodmc@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e547b00..15f6af4 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].