Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc corrections to #19841 #20010

Merged
merged 2 commits into from
Jan 13, 2017
Merged

doc corrections to #19841 #20010

merged 2 commits into from
Jan 13, 2017

Conversation

amitmurthy
Copy link
Contributor

Ref : #19841

@@ -59,7 +59,7 @@ Channel(sz) = Channel{Any}(sz)
Channel(func::Function; ctype=Any, csize=0, taskref=nothing)

Creates a new task from `func`, binds it to a new channel of type
`ctype` and size `csize`, schedules the task, all in a single call.
`ctype` and size `csize` and schedules the task, all in a single call.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the comma would be good to keep here

@amitmurthy amitmurthy merged commit fd14951 into master Jan 13, 2017
@amitmurthy amitmurthy deleted the amitm/pcfixes branch January 13, 2017 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants