Skip to content

Commit

Permalink
Merge pull request #470 from jbampton/patch-1
Browse files Browse the repository at this point in the history
Update NEWS.md - fix spelling
  • Loading branch information
junk0612 committed Sep 23, 2024
2 parents cd0468b + 50a87bf commit 5baf471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ https://github.com/ruby/lrama/pull/62

### Runtime configuration for error recovery

Meke error recovery function configurable on runtime by two new macros.
Make error recovery function configurable on runtime by two new macros.

* `YYMAXREPAIR`: Expected to return max length of repair operations. `%parse-param` is passed to this function.
* `YYERROR_RECOVERY_ENABLED`: Expected to return bool value to determine error recovery is enabled or not. `%parse-param` is passed to this function.
Expand Down

0 comments on commit 5baf471

Please sign in to comment.