diff --git a/README.md b/README.md index 2e4ff1a..f94fecf 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ MathOperatorAddition( ``` You can also evaluate `MathExpression.calc`, but this method -doesn't guarantee numeric result, so it may return false. +doesn't guarantee numeric result, so it may return null. ## Parsing String to MathNode