Skip to content

Commit

Permalink
fix: Make sure line does not exceed 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 authored Jan 10, 2025
1 parent 9a06c89 commit bbcae2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/language/pattern-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ Map patterns match values that implement [`Map`][], and then recursively
match its subpatterns against the map's keys to destructure them.

Map patterns don't require the pattern to match the entire map. A map pattern
ignores any keys that the map contains that aren't matched by the pattern. Trying to match a key that does not exist in the map will throw a [`StateError`][]
ignores any keys that the map contains that aren't matched by the pattern.
Trying to match a key that does not exist in the map will
throw a [`StateError`][]

## Record

Expand Down

0 comments on commit bbcae2a

Please sign in to comment.