From 1ca1f262a5632d33e003fedf821bd16957df3f42 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 8 Nov 2020 13:35:46 +0100 Subject: [PATCH] doc: fix crypto doc linter errors PR-URL: https://github.com/nodejs/node/pull/36035 Reviewed-By: Richard Lau Reviewed-By: Rich Trott --- doc/api/crypto.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 321d563bf81b50..fb4d7977b17ff8 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1410,8 +1410,8 @@ console.log(verify.verify(publicKey, signature)); added: v0.1.92 changes: - version: - - v12.16.0 - v13.2.0 + - v12.16.0 pr-url: https://github.com/nodejs/node/pull/29292 description: This function now supports IEEE-P1363 DSA and ECDSA signatures. - version: v12.0.0 @@ -1528,8 +1528,8 @@ This can be called many times with new data as it is streamed. added: v0.1.92 changes: - version: - - v12.16.0 - v13.2.0 + - v12.16.0 pr-url: https://github.com/nodejs/node/pull/29292 description: This function now supports IEEE-P1363 DSA and ECDSA signatures. - version: v12.0.0 @@ -3003,8 +3003,8 @@ Throws an error if FIPS mode is not available. added: v12.0.0 changes: - version: - - v12.16.0 - v13.2.0 + - v12.16.0 pr-url: https://github.com/nodejs/node/pull/29292 description: This function now supports IEEE-P1363 DSA and ECDSA signatures. --> @@ -3065,8 +3065,8 @@ not introduce timing vulnerabilities. added: v12.0.0 changes: - version: - - v12.16.0 - v13.2.0 + - v12.16.0 pr-url: https://github.com/nodejs/node/pull/29292 description: This function now supports IEEE-P1363 DSA and ECDSA signatures. -->