From: Robert Griesemer Date: Thu, 1 Mar 2012 18:35:15 +0000 (-0800) Subject: spec: minor tweaks X-Git-Tag: weekly.2012-03-04~51 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=953f2dec8985298ff29bb8a88b8933d34b64db7e;p=gostls13.git spec: minor tweaks - more idiomatic examples of pointer types - show use of _ in examples of function types - remove "legal:" qualification in examples for consistency R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5711054 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 1be629146f..4880d69921 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@