diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index b1063cd3aec..92a750d0e2d 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -150,7 +150,7 @@ typedef union _date_ll { %} -/* This grammar has 14 shift/reduce conflicts. */ +/* This grammar has 17 shift/reduce conflicts. */ %expect 17 %pure_parser