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
947e2180
Commit
947e2180
authored
Sep 07, 2010
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go_spec: fix typo (pointed out by Hiroshi Iwatani)
R=iant CC=golang-dev
https://golang.org/cl/2128045
parent
63634229
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 @
947e2180
<!-- title The Go Programming Language Specification -->
<!-- subtitle Version of Sep
2
, 2010 -->
<!-- subtitle Version of Sep
7
, 2010 -->
<!--
TODO
...
...
@@ -591,7 +591,7 @@ for floating-point values, both the mantissa and exponent must be twice as large
<p>
A type determines the set of values and operations specific to values of that
type. A type may be specified by a (possibly qualified)
<i>
type name
</i>
(§
<a
href=
"#Qualified_identifier"
>
Qualified identifier
</a>
, §
<a
href=
"#Type_declarations"
>
Type declarations
</a>
) or a
<i>
type literal
</i>
,
(§
<a
href=
"#Qualified_identifier
s
"
>
Qualified identifier
</a>
, §
<a
href=
"#Type_declarations"
>
Type declarations
</a>
) or a
<i>
type literal
</i>
,
which composes a new type from previously declared types.
</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