From ff5105f7c8f6adefaab4341cef165996558912d9 Mon Sep 17 00:00:00 2001 From: Randy Stauner Date: Thu, 18 Sep 2025 08:54:25 -0700 Subject: [PATCH] [ruby/prism] Fix example marker for case statement predicate https://github.com/ruby/prism/commit/2ddedf650a --- prism/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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