diff --git a/en/src/variables.md b/en/src/variables.md index 8bddfd6..527062d 100644 --- a/en/src/variables.md +++ b/en/src/variables.md @@ -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