From 4f9836be8ded7012e884284a6c1b85a6239bea6c Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 9 Oct 2024 21:12:14 +0100 Subject: [PATCH] [ruby/prism] Update rescue node doc Its `exception` field was renamed to `reference` in #1204 but the documentation was not updated. https://github.com/ruby/prism/commit/a477607ba2 --- prism/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/config.yml b/prism/config.yml index 8bf621508f..181180c9fa 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -3685,7 +3685,7 @@ nodes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ end - `Foo, *splat, Bar` are in the `exceptions` field. `ex` is in the `exception` field. + `Foo, *splat, Bar` are in the `exceptions` field. `ex` is in the `reference` field. - name: RestParameterNode flags: ParameterFlags fields: