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

Issue in problems/duplexer/problem.txt #55

Closed
joshcanhelp opened this issue May 13, 2014 · 3 comments
Closed

Issue in problems/duplexer/problem.txt #55

joshcanhelp opened this issue May 13, 2014 · 3 comments

Comments

@joshcanhelp
Copy link

This says:

"The duplexer module exports a single function duplexer(writable, readable) that joins together a writable stream and readable stream into a single, readable/writable duplex stream."

... but it should be:

"...a single function duplexer(readable, writable) that joins ..."

You have the arguments flip-flopped.

@yihangho
Copy link
Contributor

The correct signature is indeed duplexer(writable, readable), not what you are suggesting. See this.

@ralphtheninja
Copy link
Member

@yihangho is correct. This should be closed.

@kalinchernev
Copy link
Member

Closing as there is also another #127 together with #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants