From 2df5e20125af4f3c0a4f4377d2329d24b6e86cfb Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 8 Nov 2021 07:38:25 +0200 Subject: [PATCH] Update doc/api/stream.md Co-authored-by: Mestery --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 78742e87455699..d3fdd0bc49354b 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -32,7 +32,7 @@ added: v0.11.3 * {integer} **Default:** `Math.max(Buffer.poolSize, 16 * 1024)` -This is the size (in bytes) for the deafault high water mark for +This is the size (in bytes) for the default high water mark for readable and writable streams. This value may be modified. ## Organization of this document