From ce72cd779a13653163ffea06bd7f56d12903f4ce Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 17 Oct 2019 19:38:12 -0700 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Gireesh Punathil --- doc/api/crypto.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 31fa812f915a6d..1ab3dfeafe19ef 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1043,9 +1043,7 @@ console.log(hash.digest('hex')); ### hash.copy(\[options\]) * `options` {Object} [`stream.transform` options][]