From a246188695fd5c27a843f4e56aafeb560d3fb47a Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 4 Sep 2024 09:03:19 -0400 Subject: [PATCH] [ruby/prism] Update config.yml https://github.com/ruby/prism/commit/369b2c1304 --- prism/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ^