Skip to content

Commit

Permalink
Update exercise-book/src/urls-match-result.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant authored Oct 2, 2024
1 parent cf3c28c commit e0eb28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-book/src/urls-match-result.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ match value {
```

Unlike with if/else, every case has to be handled explicitly, although you can use a
catch-all with a place holder:
catch-all pattern to cover 'everything else':

```rust
let value = 50_u32;
Expand Down

0 comments on commit e0eb28f

Please sign in to comment.