doc: fix Texinfo syntax error

* doc/bison.texi (Understanding): here.
This commit is contained in:
Akim Demaille
2018-06-23 09:11:26 +02:00
parent 70875b4873
commit d2e7bc1613

View File

@@ -8981,10 +8981,10 @@ The following grammar file, @file{calc.y}, will be used in the sequel:
@example
@group
%union
{
@{
int ival;
const char *sval;
}
@}
@end group
@group
%token <ival> NUM