Uh oh!
There was an error while loading. Please reload this page.
Corrected a grammar mistake in Stream documentation - #606
Conversation
rvagg
commented
Jan 26, 2015
Would you mind setting your git name to be your real name so this can be properly attributed? Presumably 3674823674252 isn't your real name. |
3674823674252
commented
Jan 26, 2015
That is my intentional username.. Corrected commit, the author is set to account with more "pronounced" username (that's my other account) |
rvagg
commented
Jan 26, 2015
Sorry @3674823674252, I don't want to impose a "real names policy" here, its just that some times people are unaware that they have not properly set a username. It's ultimately your choice what you're called as long as its intentional. |
PR-URL: #606 Reviewed-By: Rod Vagg <rod@vagg.org>
rvagg
commented
Jan 27, 2015
landed @ 1855267 with minor commit message fix |
1 similar comment
rvagg
commented
Jan 27, 2015
landed @ 1855267 with minor commit message fix |
This morning I was reading through the documentation on Streams and came across this sentence, which seemed not valid:
"If you supply as the second argument to the it will be passed to push method,.."
So I corrected it to:
"If you supply output as the second argument to the callback, it will be passed to push method,.."
That is the only change in this pull request.