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>
This commit is contained in:
Laurent Fortin 2017-03-03 12:44:28 -05:00 committed by Anna Henningsen
parent d0b93c9fef
commit 672d752e88
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -737,7 +737,7 @@ end
preferred over the use of the `'readable'` event.
##### readable.isPaused()
<!--
<!-- YAML
added: v0.11.14
-->