From c016397276ef85da1832a326957b561f7af5d63e Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 18 Oct 2023 20:00:05 -0500 Subject: [PATCH] doc: update api `stream.compose` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/50206 Refs: https://github.com/nodejs/node/pull/50187/files#r1361215879 Reviewed-By: Moshe Atlow Reviewed-By: Vinícius Lourenço Claro Cardoso --- doc/api/stream.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index b9c4b4c2ac86f0..680bd4d260f504 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2823,6 +2823,9 @@ const server = http.createServer((req, res) => {