From c8077535ad1b61f495d661f19ee353737ae206ee Mon Sep 17 00:00:00 2001 From: Coder206 <7758155+Coder206@users.noreply.github.com> Date: Sun, 3 Jan 2021 09:05:23 -0500 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8955407..615941a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The MISRA-Rust project represents an investigation into what adhering to each MISRA-C rule looks like in Rust. The intention is to decipher how much we "get for free" from the Rust compiler. -Because of the proprietary nature of the MISRA-C specificaion, the description of each rule has +Because of the proprietary nature of the MISRA-C specification, the description of each rule has been omitted. ## Usage @@ -29,4 +29,4 @@ an issue! * Shea Newton [email](mailto:snewton@polysync.io) -Please see the [LICENSE](./LICENSE) file for more details \ No newline at end of file +Please see the [LICENSE](./LICENSE) file for more details