From f3310124277638d3eb4fdcfe86966b9c41fe4954 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 25 Jul 2013 09:35:55 -0700 Subject: [PATCH] spec: update prose in Constants section Fixes #5952. R=r, rsc CC=golang-dev https://golang.org/cl/11812043 --- doc/go_spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.48.1