X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9278c7d174c1be5d7482343c5e433f428657ed0..6d94eebba7bdc817f8534ff0b9541e509e004ad1:/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.