From 86036e91fd85115a1a66a6094fa5d48559907d1c Mon Sep 17 00:00:00 2001 From: djrmarques <31391588+djrmarques@users.noreply.github.com> Date: Fri, 4 Mar 2022 18:27:43 +0000 Subject: [PATCH] Fixed type in Readme Fixed type in Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 565c7bf..ea50090 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Rust By Practice -This book was designed for easily diving into Rust,and it's very easy to use: All you need to do is to make each exercise comipile without ERRORS and Panics ! +This book was designed for easily diving into Rust,and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics ! > 🎊 Updated on 2022-03-05: Add [Traits chapter](https://practice.rs/generics-traits/traits.html) and solutions