[ruby/prism] Fix a typo
https://github.com/ruby/prism/pull/1949#discussion_r1412568793 https://github.com/ruby/prism/commit/a00f21d10a
This commit is contained in:
parent
3260ed7e5e
commit
ff6706b08e
@ -10366,7 +10366,7 @@ expect3(pm_parser_t *parser, pm_token_type_t type1, pm_token_type_t type2, pm_to
|
||||
}
|
||||
|
||||
static pm_node_t *
|
||||
parse_expression(pm_parser_t *parser, pm_binding_power_t binding_power, bool accepts_comamnd_call, pm_diagnostic_id_t diag_id);
|
||||
parse_expression(pm_parser_t *parser, pm_binding_power_t binding_power, bool accepts_command_call, pm_diagnostic_id_t diag_id);
|
||||
|
||||
/**
|
||||
* This is a wrapper of parse_expression, which also checks whether the resulting node is value expression.
|
||||
|
Loading…
x
Reference in New Issue
Block a user