mirror of https://github.com/golang/go.git
spec: update prose in Constants section
Fixes #5952. R=r, rsc CC=golang-dev https://golang.org/cl/11812043
This commit is contained in:
parent
cdd3598334
commit
f331012427
|
|
@ -1,6 +1,6 @@
|
||||||
<!--{
|
<!--{
|
||||||
"Title": "The Go Programming Language Specification",
|
"Title": "The Go Programming Language Specification",
|
||||||
"Subtitle": "Version of July 11, 2013",
|
"Subtitle": "Version of July 25, 2013",
|
||||||
"Path": "/ref/spec"
|
"Path": "/ref/spec"
|
||||||
}-->
|
}-->
|
||||||
|
|
||||||
|
|
@ -539,7 +539,7 @@ literal.
|
||||||
<i>rune constants</i>,
|
<i>rune constants</i>,
|
||||||
<i>integer constants</i>,
|
<i>integer constants</i>,
|
||||||
<i>floating-point constants</i>, <i>complex 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
|
and complex constants are
|
||||||
collectively called <i>numeric constants</i>.
|
collectively called <i>numeric constants</i>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue