From 857be0e10f9b958de8c7ac127af0ca052b977dcc Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 19 Sep 2018 22:13:34 +0200 Subject: [PATCH] doc: fix typo Introduced in the previous commit. * doc/bison.texi: here. --- doc/bison.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bison.texi b/doc/bison.texi index 9f17fbf3..e486c213 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -216,7 +216,7 @@ Defining Language Semantics * Structured Value Type:: Providing a structured semantic value type. * Actions:: An action is the semantic definition of a grammar rule. * Action Types:: Specifying data types for actions to operate on. -* Midrule Actions: : Most actions go at the end of a rule. +* Midrule Actions:: Most actions go at the end of a rule. This says when, why and how to use the exceptional action in the middle of a rule.