From f21af4607fe2ec627abb72676769c25126503039 Mon Sep 17 00:00:00 2001 From: Vlady Veselinov Date: Mon, 28 Jun 2021 18:38:33 +0100 Subject: [PATCH] Fix small typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e547b0074e..15f6af49a2 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].