Merge pull request #140 from kaichii/patch-1

Update why-exercise.md
This commit is contained in:
Sunface 2022-03-03 16:35:45 +08:00 committed by GitHub
commit e42b424d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 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 !
## Features
@ -66,4 +66,4 @@ fn main() {
None => (),
}
}
```
```