[ruby/prism] Update config.yml
https://github.com/ruby/prism/commit/369b2c1304
This commit is contained in:
parent
dbb8f97eaa
commit
a246188695
@ -2933,7 +2933,7 @@ nodes:
|
|||||||
a, (b, *) = 1, 2, 3, 4
|
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
|
a, (b,) = 1, 2, 3, 4
|
||||||
^
|
^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user