From cb4e9f85086bb8e54cff8e8582a07f38d7475c5a Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Sun, 23 May 2010 11:21:47 -0700 Subject: [PATCH] spec: Fix a code tag R=golang-dev, gri CC=golang-dev https://golang.org/cl/1266042 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 3f3dea3a42..39067fab8a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3297,7 +3297,7 @@ For instance, the value of a variable x of type float32x's value to 32-bit precision. Similarly, x + 0.1 may use more than 32 bits -of precision, but float32(x + 0.1) does not. +of precision, but float32(x + 0.1) does not.