fix: wrong ````

This commit is contained in:
katopz
2022-10-11 10:11:06 +07:00
parent 81ea842fe7
commit 168e004d28

View File

@ -114,6 +114,6 @@ fn main() {
&mut value => value.push_str(" world!")
}
}
````
```
> 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