]> git.saurik.com Git - bison.git/blobdiff - doc/bison.info-3
Regen.
[bison.git] / doc / bison.info-3
index ddbd6f5a183b63ee4ee8798f8d3900ef0c079de7..88a0a73b470412ddfb457c945e966804d84c153b 100644 (file)
@@ -52,7 +52,7 @@ N to use in `$N'.
 set its value with an assignment to `$$', and actions later in the rule
 can refer to the value using `$N'.  Since there is no symbol to name
 the action, there is no way to declare a data type for the value in
-advance, so you must use the `$<...>' construct to specify a data type
+advance, so you must use the `$<...>N' construct to specify a data type
 each time you refer to this value.
 
    There is no way to set the value of the entire rule with a mid-rule