1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos

This commit is contained in:
Kazuki Tsujimoto 2020-12-20 13:25:43 +09:00
parent 4902f96ee5
commit d37be18af5
No known key found for this signature in database
GPG key ID: BCEA306C49B81CD7

View file

@ -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