From da0460a2e1a4a22368b01647af92a689980f7c24 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 4 Sep 2024 09:03:22 -0400 Subject: [PATCH] [ruby/prism] Update config.yml https://github.com/ruby/prism/commit/8a3fa9f46e --- prism/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/config.yml b/prism/config.yml index 976d0ebf0c..585d17a4c6 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -3020,7 +3020,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 ^