From 426ed0dffa3b9232580b0195c20e413fe9d0aa6d 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 1fbb4943b6d400..b39663a8746d9b 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][]