Skip to content

Commit

Permalink
operators precedence typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcselle committed Jan 9, 2025
1 parent a2f54c3 commit cbdfc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils.parser/src/operators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ operators['--'].precedence = 16
operators['&-'].precedence = 16

// exponent
operators['**'].precedent = 15
operators['**'].precedence = 15

// mul/div/remainder
operators['%'].precedence = 14
Expand Down

0 comments on commit cbdfc0b

Please sign in to comment.