From 62fd90ab7673f060634df6ce032d2b360334ac57 Mon Sep 17 00:00:00 2001
From: Robert Griesemer
Date: Wed, 25 Mar 2009 13:58:44 -0700
Subject: [PATCH] use FunctionType in FunctionLit production
R=r
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=26738
CL=26753
---
doc/go_spec.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 1f08a551c5..ad98b8355a 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1991,7 +1991,7 @@ It consists of a specification of the function type and a function body.
-FunctionLit = "func" Signature Block .
+FunctionLit = FunctionType Block .
Block = "{" StatementList "}" .
--
2.48.1