Skip to content

Commit

Permalink
Remove bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Nov 18, 2021
1 parent a4348ab commit 7f6b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Example for parsing a string and evaluating it with `x = 20`:

```dart
final expression = MathNodeExpression.fromString(
'((2x)^(e^3 + 4)',
'(2x)^(e^3 + 4)',
);
print(expression.calc(20));
Expand Down

0 comments on commit 7f6b624

Please sign in to comment.