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])