This commit is contained in:
sunface 2022-03-03 17:13:31 +08:00
commit d781fc7332
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 => (),
}
}
```
```