Skip to content

Commit 426ed0d

Browse files
TrottBethGriggs
authored andcommitted
doc: make YAML matter consistent in crypto.md
This fixes YAML that gets incorrectly processed by our tooling. Refs: #29910 (comment) PR-URL: #30016 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 2d5aec0 commit 426ed0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/api/crypto.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,7 @@ console.log(hash.digest('hex'));
10431043

10441044
### `hash.copy([options])`
10451045
<!-- YAML
1046-
added:
1047-
- version: REPLACEME
1048-
pr-url: https://github.com/nodejs/node/pull/29910
1046+
added: REPLACEME
10491047
-->
10501048

10511049
* `options` {Object} [`stream.transform` options][]

0 commit comments

Comments
 (0)