fix the Markdown syntax error

This commit is contained in:
RelaxCN
2023-06-19 00:44:59 +08:00
committed by GitHub
parent 588cd2d77c
commit 1beecb464a

View File

@ -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