diff options
author | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2018-04-29 14:16:44 +0300 |
---|---|---|
committer | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2018-05-02 06:17:08 +0300 |
commit | 392d80a617fab8630e3f017076f1f59403db6470 (patch) | |
tree | 8569c662136f6b70e58612b0130ae7dbfb12e110 /doc/api/zlib.md | |
parent | 536b1fbd3ff38df3d5e8eb0b011820fd94f68b9d (diff) | |
download | node-new-392d80a617fab8630e3f017076f1f59403db6470.tar.gz |
doc: add missing periods or colons
Some other formatting nits were fixed
and some superfluous descriptions were simplified in passing.
PR-URL: https://github.com/nodejs/node/pull/20401
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r-- | doc/api/zlib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 1fe05f26ca..33dbdbef1d 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -312,7 +312,7 @@ ignored by the decompression classes. * `strategy` {integer} (compression only) * `dictionary` {Buffer|TypedArray|DataView|ArrayBuffer} (deflate/inflate only, empty dictionary by default) -* `info` {boolean} (If `true`, returns an object with `buffer` and `engine`) +* `info` {boolean} (If `true`, returns an object with `buffer` and `engine`.) See the description of `deflateInit2` and `inflateInit2` at <https://zlib.net/manual.html#Advanced> for more information on these. |