diff --git a/prism/config.yml b/prism/config.yml index 3366b6235d..a8a8e70aac 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -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