From ea069e81ae1be8be2faac61c4256b906b9122a86 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:32:36 -0600 Subject: [PATCH] doc: remove "note that" from zlib.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/api/zlib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 6d0371a8d9a..fa1f39e72e4 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -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. @@ -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`