You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: