mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
fix the Markdown syntax error
This commit is contained in:
@ -58,7 +58,7 @@ fn define_x() {
|
||||
```
|
||||
|
||||
### Shadowing
|
||||
You can declare a new variable with the same name as a previous variable, here we can say **the first one is shadowed by the second one.
|
||||
You can declare a new variable with the same name as a previous variable, here we can say **the first one is shadowed by the second one.**
|
||||
|
||||
5. 🌟🌟
|
||||
```rust,editable
|
||||
|
Reference in New Issue
Block a user