Fixed type in Readme

Fixed type in Readme
This commit is contained in:
djrmarques 2022-03-04 18:27:43 +00:00 committed by GitHub
parent 916e2dc92e
commit 86036e91fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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