From b87030c5cfb4eb22f4b97ae9f09e63e2e1892deb Mon Sep 17 00:00:00 2001 From: Gaara Date: Thu, 16 Nov 2017 22:32:56 +0800 Subject: [PATCH] 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 Reviewed-By: Myles Borins --- doc/api/async_hooks.md | 2 +- doc/api/fs.md | 2 +- doc/api/http.md | 4 ++-- doc/api/zlib.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index dd04b7b28d79cc..bc90b1683773b6 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -76,7 +76,7 @@ function promiseResolve(asyncId) { } #### `async_hooks.createHook(callbacks)` * `callbacks` {Object} The [Hook Callbacks][] to register diff --git a/doc/api/fs.md b/doc/api/fs.md index c282b418d3b6f9..e831dd94b1f1dc 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 diff --git a/doc/api/http.md b/doc/api/http.md index b57445b13953f3..cb4eff07325d2d 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) * `socket` {net.Socket} @@ -181,7 +181,7 @@ it for use with the next request. ### agent.reuseSocket(socket, request) * `socket` {net.Socket} diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 1f4e23f2e4b543..0513699fb04252 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -397,7 +397,7 @@ class of the compressor/decompressor classes. ### zlib.bytesRead * {number}