From 2c64041ed5de8cb040fbc62e126055e553bcf5db Mon Sep 17 00:00:00 2001 From: sid-707 <95631365+sid-707@users.noreply.github.com> Date: Wed, 29 Nov 2023 22:57:59 -0500 Subject: [ruby/prism] Fix typo in comment https://github.com/ruby/prism/commit/eb1a6ba263 --- 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 154d8ea6b2..1e02752ed0 100644 --- a/prism/prism.c +++ b/prism/prism.c @@ -11078,7 +11078,7 @@ parse_statements(pm_parser_t *parser, pm_context_t context) { } /** - * Parse all of the elements of a hash. eturns true if a double splat was found. + * Parse all of the elements of a hash. returns true if a double splat was found. */ static bool parse_assocs(pm_parser_t *parser, pm_node_t *node) { -- cgit v1.2.3