Fix numbering typo

This commit is contained in:
Peng Fei 2022-07-08 11:11:58 -04:00 committed by GitHub
parent 68ab163a65
commit 2b2bfd314e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ fn main() {
}
```
1. 🌟🌟 Make it work in two distinct ways
8. 🌟🌟 Make it work in two distinct ways
```rust,editable
@ -178,4 +178,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