]> Cypherpunks repositories - gostls13.git/commitdiff
spec: update prose in Constants section
authorRobert Griesemer <gri@golang.org>
Thu, 25 Jul 2013 16:35:55 +0000 (09:35 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 25 Jul 2013 16:35:55 +0000 (09:35 -0700)
Fixes #5952.

R=r, rsc
CC=golang-dev
https://golang.org/cl/11812043

doc/go_spec.html

index 14903f0b3c2796a0c4faf714a68759a884016083..3f6ea8668cff161b0b5ee841118d8b139b96a8ae 100644 (file)
@@ -1,6 +1,6 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of July 11, 2013",
+       "Subtitle": "Version of July 25, 2013",
        "Path": "/ref/spec"
 }-->
 
@@ -539,7 +539,7 @@ literal.
 <i>rune constants</i>,
 <i>integer constants</i>,
 <i>floating-point constants</i>, <i>complex constants</i>,
-and <i>string constants</i>. Character, integer, floating-point,
+and <i>string constants</i>. Rune, integer, floating-point,
 and complex constants are
 collectively called <i>numeric constants</i>.
 </p>