Skip to content

Commit

Permalink
[ruby/prism] Fixed comment on pm_parser_numbered_parameters_set
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmaissroff authored and matzbot committed Nov 29, 2023
1 parent 38e6442 commit b632732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/prism.c
Expand Up @@ -5843,7 +5843,7 @@ pm_parser_local_add(pm_parser_t *parser, pm_constant_id_t constant_id) {
}

/**
* Add a constant id to the local table of the current scope.
* Set the numbered_parameters value of the current scope.
*/
static inline void
pm_parser_numbered_parameters_set(pm_parser_t *parser, uint32_t numbered_parameters) {
Expand Down

0 comments on commit b632732

Please sign in to comment.