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: Update docs for writable streams default encoding #502

Closed
wants to merge 1 commit into from
Closed

doc: Update docs for writable streams default encoding #502

wants to merge 1 commit into from

Conversation

recursivefunk
Copy link

Setting the default encoding for a writable stream does
not return a boolean (true if successful or false if not)
as the docs indicate. Instead, if the operation is successful
nothing is returned and the method throws an error when
something goes wrong.

This stems from a contribution that was tweaked but the
docs were never updated accordingly.

Setting the default encoding for a writable stream does
not return a boolean (true if successful or false if not)
as the docs indicate. Instead, if the operation is successful
nothing is returned and the method throws an error when
something goes wrong.

This stems from a contribution that was tweaked but the
docs were never updated accordingly.
@recursivefunk recursivefunk changed the title Docs: Update docs for writable streams default encoding doc: Update docs for writable streams default encoding Jan 25, 2015
rvagg pushed a commit that referenced this pull request Jan 27, 2015
Setting the default encoding for a writable stream does
not return a boolean (true if successful or false if not)
as the docs indicate. Instead, if the operation is successful
nothing is returned and the method throws an error when
something goes wrong.

This stems from a contribution that was tweaked but the
docs were never updated accordingly.

PR-URL: #502
Reviewed-By: Rod Vagg <[email protected]>
@rvagg
Copy link
Member

rvagg commented Jan 27, 2015

landed @ 84b05d4 with minor commit message tweak, @jray have a look at existing commit messages to see what the idiomatic style is, also see the CONTRIBUTING.md doc, for future reference.
Thanks!

@rvagg rvagg closed this Jan 27, 2015
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