From 32b822f29a7e0ceaee9d393da8fa85e6d2e9c9f1 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 13 May 2011 12:54:51 -0700 Subject: [PATCH] go spec: fix error in production syntax Fix analoguous error in ebnf.go which already correctly accepted an empty production. Fixes #1821. R=r CC=golang-dev https://golang.org/cl/4526056 --- doc/go_spec.html | 4 ++-- src/pkg/ebnf/ebnf.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 8e2f0cddf5..11a31cb0c7 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +