diff options
author | Stan Lo <[email protected]> | 2024-10-09 21:12:14 +0100 |
---|---|---|
committer | git <[email protected]> | 2024-10-10 13:43:58 +0000 |
commit | 4f9836be8ded7012e884284a6c1b85a6239bea6c (patch) | |
tree | 76ff512bab719d50d42f80a6e925243d7507034a | |
parent | 2bb7cbff301f704f129965a87ab12160f2c84bf7 (diff) |
[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
-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 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: |