Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapeltop <sunshine@ptokos.com>2022-03-02 17:55:53 +0300
committerGitHub <noreply@github.com>2022-03-02 17:55:53 +0300
commitd50efc691c7e4194a8839159d9d951129b932b71 (patch)
tree87adeecfd58fce27125fd4f670d259991ca2ea2c /doc/api/zlib.md
parentb67300f561c7e5f8864bd8c7f1b2fe6ead9f1739 (diff)
doc: fix typos
PR-URL: https://github.com/nodejs/node/pull/42146 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r--doc/api/zlib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 77e19cb4d5c..0b1a7cc7ca4 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -117,7 +117,7 @@ for (let i = 0; i < 30000; ++i) {
In the preceding example, 30,000 deflate instances are created concurrently.
Because of how some operating systems handle memory allocation and
-deallocation, this may lead to to significant memory fragmentation.
+deallocation, this may lead to significant memory fragmentation.
It is strongly recommended that the results of compression
operations be cached to avoid duplication of effort.