diff options
author | Kevin Newton <[email protected]> | 2024-09-04 09:03:19 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-09-04 13:13:38 +0000 |
commit | a246188695fd5c27a843f4e56aafeb560d3fb47a (patch) | |
tree | 5133adea305023add4bff0b8aa32696a20bc6edd | |
parent | dbb8f97eaa4c6c7e36c797c7b1d9a803db2623ea (diff) |
[ruby/prism] Update config.yml
https://github.com/ruby/prism/commit/369b2c1304
-rw-r--r-- | prism/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/config.yml b/prism/config.yml index 3d496dec3b..976d0ebf0c 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -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 ^ |