From: Robert Griesemer Date: Thu, 25 Jul 2013 16:35:55 +0000 (-0700) Subject: spec: update prose in Constants section X-Git-Tag: go1.2rc2~940 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f3310124277638d3eb4fdcfe86966b9c41fe4954;p=gostls13.git spec: update prose in Constants section Fixes #5952. R=r, rsc CC=golang-dev https://golang.org/cl/11812043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 14903f0b3c..3f6ea8668c 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -539,7 +539,7 @@ literal. rune constants, integer constants, floating-point constants, complex constants, -and string constants. Character, integer, floating-point, +and string constants. Rune, integer, floating-point, and complex constants are collectively called numeric constants.