From 76d520970b7767f6c57fe739f3df4e51bc646838 Mon Sep 17 00:00:00 2001 From: meixg Date: Sat, 12 Feb 2022 21:48:21 +0800 Subject: [PATCH] doc: fix wrong indent in stream documentation --- 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 3a46d2fe7e9bb8..2ecce235330b44 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1737,7 +1737,7 @@ async function showBoth() { showBoth(); ``` -### `readable.map(fn[, options])` +##### `readable.map(fn[, options])`