Skip to content

Commit eb1a6ba

Browse files
authored
Fix typo in comment
1 parent ec2faa9 commit eb1a6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prism.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11078,7 +11078,7 @@ parse_statements(pm_parser_t *parser, pm_context_t context) {
1107811078
}
1107911079

1108011080
/**
11081-
* Parse all of the elements of a hash. eturns true if a double splat was found.
11081+
* Parse all of the elements of a hash. returns true if a double splat was found.
1108211082
*/
1108311083
static bool
1108411084
parse_assocs(pm_parser_t *parser, pm_node_t *node) {

0 commit comments

Comments
 (0)