Skip to content

Commit

Permalink
doc: fix doc metadata for Node.js 16.19.0
Browse files Browse the repository at this point in the history
When cherry-picking the release commit for Node.js 16.19.0 to the `main`
branch git updated the metadata for the wrong item in `doc/api/test.md`.
The incorrectly updated item has been fixed in a subsequent commit (the
merge for the 19.3.0 release commit). This commit updates the intended
item that should have been updated when the 16.19.0 release commit was
merged.

Refs: nodejs#45506 (comment)
Refs: nodejs/Release#771
  • Loading branch information
richardlau committed Dec 14, 2022
1 parent b3f5a41 commit 4614c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/test.md
Expand Up @@ -1054,7 +1054,9 @@ set to `true`.
## Class: `TapStream`

<!-- YAML
added: v18.9.0
added:
- v18.9.0
- v16.19.0
-->

* Extends {ReadableStream}
Expand Down

0 comments on commit 4614c5c

Please sign in to comment.