Update why-exercise.md

"comipile" should be "compile".
This commit is contained in:
kaichi 2022-03-03 16:23:30 +08:00 committed by GitHub
parent bd928764ab
commit ec88076fe5
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 => (),
}
}
```
```