[ruby/prism] Update config.yml

https://github.com/ruby/prism/commit/8a3fa9f46e
This commit is contained in:
Kevin Newton 2024-09-04 09:03:22 -04:00 committed by git
parent a246188695
commit da0460a2e1

View File

@ -3020,7 +3020,7 @@ nodes:
a, b, * = 1, 2, 3, 4
^
If the `*` is omitted, the field will contains an `ImplicitRestNode`
If the `*` is omitted, this field will contain an `ImplicitRestNode`
a, b, = 1, 2, 3, 4
^