summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism/config.yml2
1 files changed, 1 insertions, 1 deletions
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