summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGaara <sabakugaara@users.noreply.github.com>2017-11-16 22:32:56 +0800
committerMyles Borins <mylesborins@google.com>2017-11-16 15:30:33 -0500
commit667f8c642d35da18493ab7cd397070c7bd0fbf84 (patch)
tree5ee3ef4854b807fa6173652f88df8da813cc5715 /doc/api
parent22901d81c905873486de676c8ca9d13f11503878 (diff)
downloadandroid-node-v8-667f8c642d35da18493ab7cd397070c7bd0fbf84.tar.gz
android-node-v8-667f8c642d35da18493ab7cd397070c7bd0fbf84.tar.bz2
android-node-v8-667f8c642d35da18493ab7cd397070c7bd0fbf84.zip
doc: correct the wrong added meta data
PR-URL: https://github.com/nodejs/node/pull/17072 Fixes: https://github.com/nodejs/node/issues/17026 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/async_hooks.md2
-rw-r--r--doc/api/fs.md2
-rw-r--r--doc/api/http.md4
-rw-r--r--doc/api/zlib.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md
index dd04b7b28d..bc90b16837 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -76,7 +76,7 @@ function promiseResolve(asyncId) { }
#### `async_hooks.createHook(callbacks)`
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* `callbacks` {Object} The [Hook Callbacks][] to register
diff --git a/doc/api/fs.md b/doc/api/fs.md
index c282b418d3..e831dd94b1 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -316,7 +316,7 @@ argument to `fs.createReadStream()`. If `path` is passed as a string, then
<!-- YAML
added: v0.1.21
changes:
- - version: v9.0.0
+ - version: v8.1.0
pr-url: https://github.com/nodejs/node/pull/13173
description: Added times as numbers.
-->
diff --git a/doc/api/http.md b/doc/api/http.md
index b57445b139..cb4eff0732 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -161,7 +161,7 @@ socket/stream from this function, or by passing the socket/stream to `callback`.
### agent.keepSocketAlive(socket)
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* `socket` {net.Socket}
@@ -181,7 +181,7 @@ it for use with the next request.
### agent.reuseSocket(socket, request)
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* `socket` {net.Socket}
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 1f4e23f2e4..0513699fb0 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -397,7 +397,7 @@ class of the compressor/decompressor classes.
### zlib.bytesRead
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* {number}