diff options
| author | sid-707 <95631365+sid-707@users.noreply.github.com> | 2023-11-29 22:57:59 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-30 14:10:28 +0000 |
| commit | 2c64041ed5de8cb040fbc62e126055e553bcf5db (patch) | |
| tree | 326c407f98a9e335d01175951dcc43ff67abf884 | |
| parent | aac8be803409a18f6c32b438d154432eeb6f49e8 (diff) | |
[ruby/prism] Fix typo in comment
https://github.com/ruby/prism/commit/eb1a6ba263
| -rw-r--r-- | prism/prism.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
