Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix YAML syntax errors
PR-URL: #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>
  • Loading branch information
aduh95 authored and BethGriggs committed Oct 13, 2020
1 parent 30c6b3e commit 8cdc59b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/api/buffer.md
Expand Up @@ -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()`.
-->
Expand Down
4 changes: 3 additions & 1 deletion doc/api/modules.md
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion doc/api/zlib.md
Expand Up @@ -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
Expand Down

0 comments on commit 8cdc59b

Please sign in to comment.