mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cf6f729213
commit
fda5e85e2b
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -203,7 +203,7 @@ struct parser_params {
|
|||
enum lex_state_e state;
|
||||
/* track the nest level of any parens "()[]{}" */
|
||||
int paren_nest;
|
||||
/* keep paren_nest at the beginning of lambda "->" to detect tLAMBEG and keyowrd_do_LAMBDA */
|
||||
/* keep paren_nest at the beginning of lambda "->" to detect tLAMBEG and keyword_do_LAMBDA */
|
||||
int lpar_beg;
|
||||
/* track the nest level of only braces "{}" */
|
||||
int brace_nest;
|
||||
|
|
Loading…
Add table
Reference in a new issue