From: Robert Griesemer Date: Wed, 25 Mar 2009 20:58:44 +0000 (-0700) Subject: use FunctionType in FunctionLit production X-Git-Tag: weekly.2009-11-06~1964 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=62fd90ab7673f060634df6ce032d2b360334ac57;p=gostls13.git use FunctionType in FunctionLit production R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=26738 CL=26753 --- 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 "}" .