Skip to content

Commit 8cdc59b

Browse files
aduh95BethGriggs
authored andcommitted
doc: fix YAML syntax errors
PR-URL: #35529 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent 30c6b3e commit 8cdc59b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

doc/api/buffer.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,9 @@ added:
14051405
- v12.0.0
14061406
- v10.20.0
14071407
changes:
1408-
- version: v14.10.0
1408+
- version:
1409+
- v14.10.0
1410+
- v12.19.0
14091411
pr-url: https://github.com/nodejs/node/pull/34960
14101412
description: This function is also available as `buf.readBigUint64LE()`.
14111413
-->

doc/api/modules.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,9 @@ loading.
902902
### `module.parent`
903903
<!-- YAML
904904
added: v0.1.16
905-
deprecated: v14.6.0
905+
deprecated:
906+
- v12.19.0
907+
- v14.6.0
906908
-->
907909

908910
> Stability: 0 - Deprecated: Please use [`require.main`][] and

doc/api/zlib.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,9 @@ These advanced options are available for controlling decompression:
488488
<!-- YAML
489489
added: v0.11.1
490490
changes:
491-
- version: v14.5.0
491+
- version:
492+
- v14.5.0
493+
- v12.19.0
492494
pr-url: https://github.com/nodejs/node/pull/33516
493495
description: The `maxOutputLength` option is supported now.
494496
- version: v9.4.0

0 commit comments

Comments
 (0)