diff --git a/doc/go_spec.html b/doc/go_spec.html index 4c6d26e048..f86a293d57 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -56,7 +56,7 @@ The syntax is specified using Extended Backus-Naur Form (EBNF):
-Production = production_name "=" Expression .
+Production = production_name "=" Expression "." .
Expression = Alternative { "|" Alternative } .
Alternative = Term { Term } .
Term = production_name | token [ "..." token ] | Group | Option | Repetition .