]> git.saurik.com Git - bison.git/blobdiff - NEWS
Regenerate.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 8d321cdf6740956929d9b321ffb153f961a8a1d5..b4760b745c3c11b58dca7ff176a59ec8eec7a46d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,8 @@ Changes in version 2.1a, 2006-02-13:
   their contents together.
 
 * New warning: unused values
-  Typed right-hand side symbols whose values are not used are reported,
-  if the associated types have destructors.  For instance:
+  Right-hand side symbols whose values are not used are reported,
+  if the symbols have destructors.  For instance:
 
      exp: exp "?" exp ":" exp { $1 ? $1 : $3; }
        | exp "+" exp