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 @example
@group @group
%union %union
{ @{
int ival; int ival;
const char *sval; const char *sval;
} @}
@end group @end group
@group @group
%token <ival> NUM %token <ival> NUM