Skip to content

Commit ff5105f

Browse files
rwstaunermatzbot
authored andcommitted
[ruby/prism] Fix example marker for case statement predicate
ruby/prism@2ddedf650a
1 parent 8073cd4 commit ff5105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prism/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ nodes:
18001800
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).
18011801
18021802
case true; when false; end
1803-
^^^^
1803+
^^^^
18041804
- name: conditions
18051805
type: node[]
18061806
kind: WhenNode

0 commit comments

Comments
 (0)