Skip to content

Commit

Permalink
Brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Nov 18, 2021
1 parent 0b3a31c commit a4348ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The library can parse general mathematical expressions strings
and return them as a machine-readable `MathNode` using
`MathNodeExpression.fromString` method.

- Set [isMinusNegativeFunction] to `true` to interpret minus operator as a
- Set `isMinusNegativeFunction` to `true` to interpret minus operator as a
sum of two values, right of which will be negative: X - Y turns to X + (-Y)
- Set [isImplicitMultiplication] to `false` to disable implicit multiplication
- Set `isImplicitMultiplication` to `false` to disable implicit multiplication

### Parse priority:

Expand Down

0 comments on commit a4348ab

Please sign in to comment.