Merge pull request #141 from gtm-nayan/patch-1

fix: variables 3 isn't editable
This commit is contained in:
Sunface 2022-03-04 22:25:50 +08:00 committed by GitHub
commit f5d09ff793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ fn main() {
A scope is the range within the program for which the item is valid.
3. 🌟
```rust,editable.
```rust,editable
// fix the error below with least modifying
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