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>
This commit is contained in:
Antoine du Hamel
2020-10-06 23:24:11 +02:00
committed by James M Snell
parent 1cef9c656f
commit ad012c9bbc
3 changed files with 2 additions and 3 deletions

View File

@@ -1422,7 +1422,7 @@ added:
changes:
- version:
- v14.10.0
= v12.19.0
- v12.19.0
pr-url: https://github.com/nodejs/node/pull/34960
description: This function is also available as `buf.readBigUint64LE()`.
-->

View File

@@ -901,7 +901,6 @@ loading.
### `module.parent`
<!-- YAML
added: v0.1.16
deprecated: v14.6.0
deprecated:
- v12.19.0
- v14.6.0

View File

@@ -488,7 +488,7 @@ These advanced options are available for controlling decompression:
<!-- YAML
added: v0.11.1
changes:
- version
- version:
- v14.5.0
- v12.19.0
pr-url: https://github.com/nodejs/node/pull/33516