Skip to content

Commit

Permalink
fix typo in js_parser_lower.go (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 2, 2022
1 parent 8c83fdf commit 8af93a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js_parser/js_parser_lower.go
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ func (p *parser) lowerObjectRestHelper(
return nil, false
}

// Scan for object rest bindings and initalize rest binding containment
// Scan for object rest bindings and initialize rest binding containment
containsRestBinding := make(map[js_ast.E]bool)
var findRestBindings func(js_ast.Expr) bool
findRestBindings = func(expr js_ast.Expr) bool {
Expand Down

0 comments on commit 8af93a9

Please sign in to comment.