Skip to content

Commit

Permalink
Fix broken link to pattern matching page
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
blaix committed Jan 4, 2025
1 parent 960792b commit 29d6c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/syntax/destructuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ inStock item =
myItem.name ++ " is out of stock"
```

All of these techniques also work with function arguments and [when/is expressions](/book/pattern-matching).
All of these techniques also work with function arguments and [when/is expressions](/book/syntax/pattern_matching/).

## Destructuring Arrays

Expand Down

0 comments on commit 29d6c26

Please sign in to comment.