summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <[email protected]>2024-01-19 16:12:34 +0000
committergit <[email protected]>2024-01-19 16:12:34 +0000
commitba4b00d31c773960e80855c4ccdf687a17cb5d02 (patch)
tree87c454145a459c476d8c951b442edc4694b532d1
parentda521fc92c19465547f5760870df65731d1a12ca (diff)
* remove trailing spaces. [ci skip]
-rw-r--r--prism/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/config.yml b/prism/config.yml
index 96fac67735..c333f90869 100644
--- a/prism/config.yml
+++ b/prism/config.yml
@@ -2075,7 +2075,7 @@ nodes:
- name: name
type: constant
comment: |
- The name of the local variable, which is an
+ The name of the local variable, which is an
[identifier](https://github.com/ruby/prism/blob/main/docs/parsing_rules.md#identifiers).
x # name `:x`
@@ -2084,7 +2084,7 @@ nodes:
Note that this can also be an underscore followed by a number for the
default block parameters.
-
+
_1 # name `:_1`
Finally, for the default `it` block parameter, the name is `0it`. This