Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6fbef7f

Browse filesBrowse files
lpincaMylesBorins
authored andcommitted
doc: fix typo in zlib.md
PR-URL: #16480 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 03e488e commit 6fbef7f
Copy full SHA for 6fbef7f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/zlib.md‎

Copy file name to clipboardExpand all lines: doc/api/zlib.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Creates and returns a new [DeflateRaw][] object with the given [options][].
462462
is set to 8 for raw deflate streams. zlib does not have a working implementation
463463
of an 8-bit Window for raw deflate streams and would automatically set windowBit
464464
to 9 if initially set to 8. Newer versions of zlib will throw an exception.
465-
This creates a potential DOS vector, and as such the behavior ahs been reverted
465+
This creates a potential DOS vector, and as such the behavior has been reverted
466466
in Node.js 8, 6, and 4. Node.js version 9 and higher will throw when windowBits
467467
is set to 8.
468468

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.