fix: wrong ````

This commit is contained in:
katopz 2022-10-11 10:11:06 +07:00
parent 81ea842fe7
commit 168e004d28
No known key found for this signature in database
GPG Key ID: C17323088013E8B8
1 changed files with 1 additions and 1 deletions

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