[ruby/prism] Fix example marker for case statement predicate

https://github.com/ruby/prism/commit/2ddedf650a
This commit is contained in:
Randy Stauner 2025-09-18 08:54:25 -07:00 committed by git
parent 8073cd4ffa
commit ff5105f7c8

View File

@ -1800,7 +1800,7 @@ nodes:
Represents the predicate of the case statement. This can be either `nil` or any [non-void expressions](https://github.com/ruby/prism/blob/main/docs/parsing_rules.md#non-void-expression).
case true; when false; end
^^^^
^^^^
- name: conditions
type: node[]
kind: WhenNode