From 529686e54062967a9375cb93d26f0ea8028a62e4 Mon Sep 17 00:00:00 2001 From: Xuguang Mei Date: Sun, 13 Feb 2022 01:57:43 +0800 Subject: [PATCH] doc: fix wrong indent in stream documentation PR-URL: https://github.com/nodejs/node/pull/41943 Reviewed-By: Mestery Reviewed-By: Antoine du Hamel Reviewed-By: James M Snell --- doc/api/stream.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index b76915efd2b681..93c8a869902b3f 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1683,7 +1683,7 @@ async function showBoth() { showBoth(); ``` -### `readable.map(fn[, options])` +##### `readable.map(fn[, options])`