aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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].