From fda97fa7721c73bedc81c82768f96748f9daeb07 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 9 Feb 2020 16:10:25 -1000 Subject: [PATCH] doc: reword possessive form of Node.js in zlib.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Throughout the docs, we sometimes write the possessive of _Node.js_ as _Node.js'_ and other times as _Node.js's_. The former conforms with some generally accepted style guides (e.g., Associated Press Stylebook) while the latter complies with others (e.g., Chicago Manual of Style). Since there is no clear authoritative answer as to which form is correct, and since (at least to me) both are visually jarring and sometimes cause a pause to understand, I'd like to reword things to eliminate the possessive form where possible. This is one of those examples. PR-URL: https://github.com/nodejs/node/pull/31713 Reviewed-By: Ben Noordhuis Reviewed-By: Beth Griggs Reviewed-By: James M Snell Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: Ruben Bridgewater --- doc/api/zlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index abc046fab4da76..e059cc407df5cd 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -174,7 +174,7 @@ decompressed result is valid. ### For zlib-based streams -From `zlib/zconf.h`, modified to Node.js's usage: +From `zlib/zconf.h`, modified for Node.js usage: The memory requirements for deflate are (in bytes):