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
96261809
Commit
96261809
authored
Nov 09, 2010
by
Peter Mundy
Committed by
Robert Griesemer
Nov 09, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix go_spec spelling error
R=rsc, gri CC=golang-dev
https://golang.org/cl/2985041
parent
49fdfe21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/go_spec.html
doc/go_spec.html
+1
-1
No files found.
doc/go_spec.html
View file @
96261809
...
...
@@ -4396,7 +4396,7 @@ BuiltinArgs = Type [ "," ExpressionList ] | ExpressionList .
<p>
For a channel
<code>
c
</code>
, the built-in function
<code>
close(c)
</code>
marks the channel as unable to accept more values through a send operation;
values sent to a closed channe
d
are ignored.
values sent to a closed channe
l
are ignored.
After calling
<code>
close
</code>
, and after any previously
sent values have been received, receive operations will return
the zero value for the channel's type without blocking.
...
...
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