X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5458913abab5e33938892b0d279f02f3b09d94db..ea99d6e6a02a06bd63e788393fd42cde5cb1fa71:/REFERENCES diff --git a/REFERENCES b/REFERENCES index d55cdae8..9af36731 100644 --- a/REFERENCES +++ b/REFERENCES @@ -9,7 +9,7 @@ Bison supports the @N construction, which gives you access to the starting and ending line number and character number associated with any of the symbols in the current rule. -Also, Bison supports the command `%expect N' which says not to mention +Also, Bison supports the command '%expect N' which says not to mention the conflicts if there are N shift/reduce conflicts and no reduce/reduce conflicts.