From: Russ Cox Date: Wed, 22 Feb 2012 03:04:30 +0000 (-0500) Subject: spec: make all comparison results untyped bool X-Git-Tag: weekly.2012-02-22~35 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9c08d6508442a7491aeb615c52d69d38b1c477c6;p=gostls13.git 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 --- 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 @@