summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Stauner <randy.stauner@shopify.com>2025-09-18 08:54:25 -0700
committergit <svn-admin@ruby-lang.org>2025-09-18 17:13:59 +0000
commitff5105f7c8f6adefaab4341cef165996558912d9 (patch)
treefe028e4b7f99cfe60cb9a4c527d19aaca9c18396
parent8073cd4ffa25da7917ccb4270b155c1a73ecc00f (diff)
[ruby/prism] Fix example marker for case statement predicate
https://github.com/ruby/prism/commit/2ddedf650a
-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