From 3af9453019714638b7161d5d46f852ea58802328 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 Oct 2016 21:02:38 -0700 Subject: [PATCH] doc: move stray sentences in zlib doc Move mislocated sentences to correct location. PR-URL: https://github.com/nodejs/node/pull/9365 Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Gibson Fahnestock Reviewed-By: Luigi Pinca --- doc/api/zlib.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index d12f782aa31c1e..be108133da66ce 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -384,13 +384,13 @@ Only applicable to deflate algorithm. added: v0.7.0 --> +Reset the compressor/decompressor to factory defaults. Only applicable to +the inflate and deflate algorithms. + ## zlib.constants Provides an object enumerating Zlib-related constants. -Reset the compressor/decompressor to factory defaults. Only applicable to -the inflate and deflate algorithms. - ## zlib.createDeflate([options])