Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-07 00:24:11 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-10-14 01:45:00 +0300
commit8cdc59b34cf8c18321d1a3087b48e79750923fca (patch)
tree8af74a10bde7d9059f5a94343e329057e1cb6669 /doc
parent30c6b3e809610b720cb7d48ea9cc1c6319fbe685 (diff)
doc: fix YAML syntax errors
PR-URL: https://github.com/nodejs/node/pull/35529 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/buffer.md4
-rw-r--r--doc/api/modules.md4
-rw-r--r--doc/api/zlib.md4
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 4aaa59ef928..a36d007f0ab 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -1405,7 +1405,9 @@ added:
- v12.0.0
- v10.20.0
changes:
- - version: v14.10.0
+ - version:
+ - v14.10.0
+ - v12.19.0
pr-url: https://github.com/nodejs/node/pull/34960
description: This function is also available as `buf.readBigUint64LE()`.
-->
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 0816b7257f1..2e239c23693 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -902,7 +902,9 @@ loading.
### `module.parent`
<!-- YAML
added: v0.1.16
-deprecated: v14.6.0
+deprecated:
+ - v12.19.0
+ - v14.6.0
-->
> Stability: 0 - Deprecated: Please use [`require.main`][] and
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 0370c68ef65..e237d644eac 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -488,7 +488,9 @@ These advanced options are available for controlling decompression:
<!-- YAML
added: v0.11.1
changes:
- - version: v14.5.0
+ - version:
+ - v14.5.0
+ - v12.19.0
pr-url: https://github.com/nodejs/node/pull/33516
description: The `maxOutputLength` option is supported now.
- version: v9.4.0