Merge pull request #142 from djrmarques/master

Fixed typo in Readme
This commit is contained in:
Sunface
2022-03-05 08:00:07 +08:00
committed by GitHub

View File

@ -1,6 +1,6 @@
# Rust By Practice
This book was designed for easily diving into Rustand 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 Rustand 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