From fa94436879dae0e02442377685644a756e015321 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 10 Nov 2020 15:47:27 +0100 Subject: [PATCH] doc: fix `added:` info for `stream._construct()` `readable._construct()` and `writable._construct()` were added to Node.js v15.0.0 via fb8cc72e73. Fixes: https://github.com/nodejs/node/issues/36058 --- doc/api/stream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 22a2deee83fba9..1f2ea52aca623e 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1981,7 +1981,7 @@ const myWritable = new Writable({ #### `writable._construct(callback)` * `callback` {Function} Call this function (optionally with an error @@ -2299,7 +2299,7 @@ const myReadable = new Readable({ #### `readable._construct(callback)` * `callback` {Function} Call this function (optionally with an error