From ff6706b08e445c2927351da307e0d53e48f9332e Mon Sep 17 00:00:00 2001 From: TSUYUSATO Kitsune Date: Sat, 2 Dec 2023 12:11:00 +0900 Subject: [ruby/prism] Fix a typo https://github.com/ruby/prism/pull/1949#discussion_r1412568793 https://github.com/ruby/prism/commit/a00f21d10a --- prism/prism.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prism') diff --git a/prism/prism.c b/prism/prism.c index c94e6210ff..53b60c5d03 100644 --- a/prism/prism.c +++ b/prism/prism.c @@ -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. -- cgit v1.2.3