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: fix code examples in zlib.md #13342

Closed
wants to merge 3 commits into from
Closed

doc: fix code examples in zlib.md #13342

wants to merge 3 commits into from

Conversation

vsemozhetbyt
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt commented May 31, 2017

Checklist
Affected core subsystem(s)

doc, zlib

  • Use test() instead of match() in boolean context.
  • Add spaces in code example.
  • Fix a typo.

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. zlib Issues and PRs related to the zlib subsystem. labels May 31, 2017
@vsemozhetbyt
Copy link
Contributor Author

I am a bit confused about this fragment:

...it is possible to suppress the default error handling by changing the flushing method that is used to compressed the last chunk of input data...

If there is a typo here, let me know how to fix it.

@addaleax
Copy link
Member

@vsemozhetbyt I don’t think there’s a typo in there, but I’d be glad to work out better phrasing if you have ideas or questions?

@mscdex
Copy link
Contributor

mscdex commented May 31, 2017

I think it's supposed to be 'compress' and not 'compressed' in that bolded sentence?

@addaleax
Copy link
Member

Heh. 😄 Sorry, yes, that’s a typo.

@vsemozhetbyt
Copy link
Contributor Author

@addaleax This option is very briefly documented, so I cannot suggest what the right wording would be:

  • 'that is used to compress the last chunk' seems wrong (this is about decompressing, right?)
  • 'that is used to the last compressed chunk' seems a bit shaky.

Is this a right grammar? What does it mean?

@addaleax
Copy link
Member

Yeah, right, it should be decompress instead of compressed. I should take a break, I guess. 😄

@mscdex
Copy link
Contributor

mscdex commented May 31, 2017

@addaleax is right, it should be 'decompress' now that I read the surrounding context.

@mscdex
Copy link
Contributor

mscdex commented May 31, 2017

LGTM

@vsemozhetbyt
Copy link
Contributor Author

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

vsemozhetbyt added a commit that referenced this pull request Jun 2, 2017
* Use test() instead of match() in boolean context.
* Add spaces in code example.
* Fix typo.

PR-URL: #13342
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
@vsemozhetbyt
Copy link
Contributor Author

Landed in 6cfdbc7

@vsemozhetbyt vsemozhetbyt deleted the zlib.md branch June 2, 2017 18:57
jasnell pushed a commit that referenced this pull request Jun 5, 2017
* Use test() instead of match() in boolean context.
* Add spaces in code example.
* Fix typo.

PR-URL: #13342
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Brian White <[email protected]>
@jasnell jasnell mentioned this pull request Jun 5, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. zlib Issues and PRs related to the zlib subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants