Skip to content

Commit 6d94620

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from zlib.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 651ab3f commit 6d94620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/zlib.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ zlib.unzip(buffer, (err, buffer) => {
4747

4848
## Threadpool Usage
4949

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

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

397-
Note that some options are only relevant when compressing, and are
397+
Some options are only relevant when compressing and are
398398
ignored by the decompression classes.
399399

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

0 commit comments

Comments
 (0)