Merge pull request #412 from relaxcn/relaxcn-patch-1

fix the Markdown syntax error on variables.md shadowing
This commit is contained in:
Sunface
2023-07-02 09:35:15 +08:00
committed by GitHub

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