Skip to content

Commit

Permalink
Update README to show off MatchResult#error
Browse files Browse the repository at this point in the history
  • Loading branch information
pawandubey committed Apr 20, 2018
1 parent a267a73 commit 5370e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ end
res = parser.parse("0-1 + 2 /4 * 51 ")
res.success? #=> true
res.error #=> nil ; this will give you more context on a parse failure.
```

## Contributing
Expand Down

0 comments on commit 5370e71

Please sign in to comment.