[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
This commit is contained in:
Stan Lo 2024-10-09 21:12:14 +01:00 коммит произвёл git
Родитель 2bb7cbff30
Коммит 4f9836be8d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: