diff --git a/en/src/pattern-match/patterns.md b/en/src/pattern-match/patterns.md index 71877b1..0f8cb10 100644 --- a/en/src/pattern-match/patterns.md +++ b/en/src/pattern-match/patterns.md @@ -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