Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
f3310124
Commit
f3310124
authored
Jul 25, 2013
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: update prose in Constants section
Fixes #5952. R=r, rsc CC=golang-dev
https://golang.org/cl/11812043
parent
cdd35983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/go_spec.html
doc/go_spec.html
+2
-2
No files found.
doc/go_spec.html
View file @
f3310124
<!--{
"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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment