Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tsj committed Dec 20, 2020
1 parent 4902f96 commit d37be18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/syntax/pattern_matching.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ Approximate syntax is:
| Constant(*variable, pattern, ..., *variable)
| Constant[*variable, pattern, ..., *variable]

hash_pattern: {key:, pattern, key:, ..., **variable}
| Constant(key:, pattern, key:, ..., **variable)
| Constant[key:, pattern, key:, ..., **variable]
hash_pattern: {key: pattern, key:, ..., **variable}
| Constant(key: pattern, key:, ..., **variable)
| Constant[key: pattern, key:, ..., **variable]

== Appendix B. Some undefined behavior examples

Expand Down

0 comments on commit d37be18

Please sign in to comment.