Skip to content

Commit

Permalink
Fix evaluate typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Mar 5, 2016
1 parent fbe1fb5 commit d365a89
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 @@ -57,7 +57,7 @@ calculator.evaluate('(5 + 3) * 2')
#=> 16
```

The `evalutate` method will return `nil` if there is an error in the formula.
The `evaluate` method will return `nil` if there is an error in the formula.
If this is not the desired behavior, use `evaluate!`, which will raise an
exception.

Expand Down

0 comments on commit d365a89

Please sign in to comment.