From fb08f7f46f465b044782ea418af318a9475a76eb Mon Sep 17 00:00:00 2001 From: Laurent Fortin Date: Fri, 3 Mar 2017 12:44:28 -0500 Subject: [PATCH] doc: fixed readable.isPaused() 'Added in version' annotation readable.isPaused(): added a missing YAML placeholder so the 'Added to version' annotation is displayed in docs --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index e882a4b53d9008..c40353ee3abed0 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() -