From 953f2dec8985298ff29bb8a88b8933d34b64db7e Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 1 Mar 2012 10:35:15 -0800 Subject: [PATCH] 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 --- doc/go_spec.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 1be629146f2..4880d699211 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@