[ruby/prism] Add missing comment key

https://github.com/ruby/prism/commit/723480a107
This commit is contained in:
Matthew Healy 2024-01-08 16:01:01 +01:00 committed by git
parent eef74d8367
commit c39c49cb24

View File

@ -2392,6 +2392,7 @@ nodes:
^^^^^ ^^^^^
- name: right - name: right
type: node? type: node?
comment: |
The right-hand side of the range, if present. Can be either `nil` or The right-hand side of the range, if present. Can be either `nil` or
a node representing any kind of expression that returns a non-void a node representing any kind of expression that returns a non-void
value. value.