fix typos

This commit is contained in:
sunface 2022-03-05 01:14:29 +08:00
commit d39c048d0e
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ This book was designed for easily diving into Rustand it's very easy to use:
- Both [English](https://practice.rs) and [Chinsese](https://zh.practice.rs) are supported - Both [English](https://practice.rs) and [Chinsese](https://zh.practice.rs) are supported
> Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for the great works you have been doing! > Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for the great works you have been done!
## Some of our exercises ## Some of our exercises

View File

@ -28,7 +28,7 @@ fn main() {
A scope is the range within the program for which the item is valid. A scope is the range within the program for which the item is valid.
3. 🌟 3. 🌟
```rust,editable. ```rust,editable
// fix the error below with least modifying // fix the error below with least modifying
fn main() { fn main() {
@ -146,4 +146,4 @@ fn main() {
``` ```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it > You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it