summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-10-17 19:38:12 -0700
committerRich Trott <rtrott@gmail.com>2019-10-18 09:11:25 -0700
commitce72cd779a13653163ffea06bd7f56d12903f4ce (patch)
treee68cae433d21903630e95351b55bc04ad23c4a12 /doc/api
parent05c8977a6e8ec417be0c9856f050ab661249c11b (diff)
downloadandroid-node-v8-ce72cd779a13653163ffea06bd7f56d12903f4ce.tar.gz
android-node-v8-ce72cd779a13653163ffea06bd7f56d12903f4ce.tar.bz2
android-node-v8-ce72cd779a13653163ffea06bd7f56d12903f4ce.zip
doc: make YAML matter consistent in crypto.md
This fixes YAML that gets incorrectly processed by our tooling. Refs: https://github.com/nodejs/node/pull/29910#issuecomment-543237767 PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 31fa812f91..1ab3dfeafe 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1043,9 +1043,7 @@ console.log(hash.digest('hex'));
### hash.copy(\[options\])
<!-- YAML
-added:
- - version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/29910
+added: REPLACEME
-->
* `options` {Object} [`stream.transform` options][]