summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
diff options
context:
space:
mode:
authorLaurent Fortin <laurent.fortin@gmail.com>2017-03-03 12:44:28 -0500
committerAnna Henningsen <anna@addaleax.net>2017-03-06 16:25:49 +0100
commit672d752e88524265cc825af69efeab701dcaff52 (patch)
tree6ae13e599f6ef033bb9e48d1ea3ffdda2e00879b /doc/api/stream.md
parentd0b93c9fefce5ccaa41ef029d33ac9bab4f60f7d (diff)
downloadnode-new-672d752e88524265cc825af69efeab701dcaff52.tar.gz
doc: fixed readable.isPaused() version annotation
readable.isPaused(): added a missing YAML placeholder so the 'Added to version' annotation is displayed in docs PR-URL: https://github.com/nodejs/node/pull/11677 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index e882a4b53d..c40353ee3a 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -737,7 +737,7 @@ end
preferred over the use of the `'readable'` event.
##### readable.isPaused()
-<!--
+<!-- YAML
added: v0.11.14
-->