Skip to content

Commit

Permalink
doc: remove "note that" from zlib.md
Browse files Browse the repository at this point in the history
Refs: nodejs/remark-preset-lint-node#16

PR-URL: #28329
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and targos committed Jul 2, 2019
1 parent 651ab3f commit 6d94620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/zlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ zlib.unzip(buffer, (err, buffer) => {

## Threadpool Usage

Note that all zlib APIs except those that are explicitly synchronous use libuv's
All zlib APIs, except those that are explicitly synchronous, use libuv's
threadpool. This can lead to surprising effects in some applications, such as
subpar performance (which can be mitigated by adjusting the [pool size][])
and/or unrecoverable and catastrophic memory fragmentation.
Expand Down Expand Up @@ -394,7 +394,7 @@ changes:

Each zlib-based class takes an `options` object. All options are optional.

Note that some options are only relevant when compressing, and are
Some options are only relevant when compressing and are
ignored by the decompression classes.

* `flush` {integer} **Default:** `zlib.constants.Z_NO_FLUSH`
Expand Down

0 comments on commit 6d94620

Please sign in to comment.