Skip to content

Commit b87030c

Browse files
sabakugaaraMylesBorins
authored andcommitted
doc: correct the wrong added meta data
PR-URL: #17072 Fixes: #17026 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent cf0d7cf commit b87030c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/api/async_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function promiseResolve(asyncId) { }
7676
#### `async_hooks.createHook(callbacks)`
7777

7878
<!-- YAML
79-
added: v9.0.0
79+
added: v8.1.0
8080
-->
8181

8282
* `callbacks` {Object} The [Hook Callbacks][] to register

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ argument to `fs.createReadStream()`. If `path` is passed as a string, then
316316
<!-- YAML
317317
added: v0.1.21
318318
changes:
319-
- version: v9.0.0
319+
- version: v8.1.0
320320
pr-url: https://github.com/nodejs/node/pull/13173
321321
description: Added times as numbers.
322322
-->

doc/api/http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ socket/stream from this function, or by passing the socket/stream to `callback`.
161161

162162
### agent.keepSocketAlive(socket)
163163
<!-- YAML
164-
added: v9.0.0
164+
added: v8.1.0
165165
-->
166166

167167
* `socket` {net.Socket}
@@ -181,7 +181,7 @@ it for use with the next request.
181181

182182
### agent.reuseSocket(socket, request)
183183
<!-- YAML
184-
added: v9.0.0
184+
added: v8.1.0
185185
-->
186186

187187
* `socket` {net.Socket}

doc/api/zlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class of the compressor/decompressor classes.
397397

398398
### zlib.bytesRead
399399
<!-- YAML
400-
added: v9.0.0
400+
added: v8.1.0
401401
-->
402402

403403
* {number}

0 commit comments

Comments
 (0)