diff --git a/src/variables.md b/src/variables.md index cb30080..c977e43 100644 --- a/src/variables.md +++ b/src/variables.md @@ -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 \ No newline at end of file +> 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