From 08118868a71cb6a9d1e99ccabd8d3bfc39e0430b Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Fri, 9 Oct 2020 12:26:33 +0200 Subject: [PATCH] fixup: docs --- 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 7f09c4d216eedf..7291db8cb660f6 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -580,7 +580,7 @@ added: REPLACEME * {boolean} -Is `true` if buffer is full. +Is `true` if the stream's buffer has been full and stream will emit `'drain'`. ##### `writable.writableObjectMode`