Skip to content

Commit

Permalink
Fix variable reference in patterns docs (#5548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leptopoda authored Feb 17, 2024
1 parent 2c135f8 commit afe90d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/language/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ This case pattern simultaneously validates that:
- `json` contains a key `user`.
- The key `user` pairs with a list of two values.
- The types of the list values are `String` and `int`.
- The new local variables to hold the values are `String` and `int`.
- The new local variables to hold the values are `name` and `age`.


[language version]: /guides/language/evolution#language-versioning
Expand Down

0 comments on commit afe90d2

Please sign in to comment.