[ruby/prism] Update config.yml

https://github.com/ruby/prism/commit/369b2c1304
This commit is contained in:
Kevin Newton 2024-09-04 09:03:19 -04:00 committed by git
parent dbb8f97eaa
commit a246188695

View File

@ -2933,7 +2933,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
^