Skip to content

Commit

Permalink
Merge pull request #107 from plaindocs/patch-1
Browse files Browse the repository at this point in the history
Update fizzbuzz-match.md
  • Loading branch information
jonathanpallant authored Sep 24, 2024
2 parents 4ce3c30 + 0214aa8 commit 621e99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-book/src/fizzbuzz-match.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For completing this exercise you need to have

Rewrite the body of `fn fizzbuzz()` so the different cases are not distinguished with `if` statements, but with pattern matching of a tuple containing the remainders.

If you need it, we have provided a [complete solution](../../exercise-solutions/fizzbuzz/src/examples/fizzbuzz-match.rs) for this exercise.
If you need it, we have provided a [complete solution](../../exercise-solutions/fizzbuzz/src/examples/fizzbuzz_match.rs) for this exercise.

## Knowledge

Expand Down

0 comments on commit 621e99b

Please sign in to comment.