mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
a246188695
commit
da0460a2e1
1 changed files with 1 additions and 1 deletions
|
@ -3020,7 +3020,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…
Add table
Add a link
Reference in a new issue