Skip to content

Commit

Permalink
Update one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Jul 15, 2023
1 parent 1788204 commit ed6e423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MathParser/MathParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ final public class MathParser {
}
private let exponentiationOperator: some TokenReducerParser = Parse {
Skip { Whitespace(0...) }
ignoreSpaces
"^".map { { Token.reducer(lhs: $0, rhs: $1, op: (pow), name: "^") } }
}
Expand Down

0 comments on commit ed6e423

Please sign in to comment.