diff options
-rw-r--r-- | prism/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/config.yml b/prism/config.yml index 31ce8c2015..f8a6a711b9 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -864,7 +864,7 @@ nodes: type: node kind: pattern expression comment: | - Represents the left side of the expression. It can be any [non-void expression](https://github.com/ruby/prism/blob/main/docs/parsing_rules.md#non-void-expression). + Represents the left side of the expression. foo => bar | baz ^^^ @@ -872,7 +872,7 @@ nodes: type: node kind: pattern expression comment: | - Represents the right side of the expression. It can be any [non-void expression](https://github.com/ruby/prism/blob/main/docs/parsing_rules.md#non-void-expression). + Represents the right side of the expression. foo => bar | baz ^^^ |