From 9c08d6508442a7491aeb615c52d69d38b1c477c6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 21 Feb 2012 22:04:30 -0500 Subject: [PATCH] spec: make all comparison results untyped bool Or, depending on your point of view, make the comparisons satisfy any surrounding boolean type. Also, fix a few foo_bar -> fooBar in code fragments. Fixes #2561. R=golang-dev, r, bradfitz, gri, iant, kevlar CC=golang-dev https://golang.org/cl/5671096 --- doc/go_spec.html | 57 +++++++++++++++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 85394b20e9..6401fed869 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@