Skip to content

Commit

Permalink
doc: fix crypto doc linter errors
Browse files Browse the repository at this point in the history
PR-URL: #36035
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and Trott committed Nov 8, 2020
1 parent 1f69aa0 commit 133fdd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/crypto.md
Expand Up @@ -1459,8 +1459,8 @@ changes:
pr-url: https://github.com/nodejs/node/pull/35093
description: The privateKey can also be an ArrayBuffer and CryptoKey.
- 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
Expand Down Expand Up @@ -1582,8 +1582,8 @@ changes:
pr-url: https://github.com/nodejs/node/pull/35093
description: The object can also be an ArrayBuffer and CryptoKey.
- 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
Expand Down Expand Up @@ -3326,8 +3326,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.
-->
Expand Down Expand Up @@ -3397,8 +3397,8 @@ changes:
pr-url: https://github.com/nodejs/node/pull/35093
description: The data, key, and signature arguments can also be ArrayBuffer.
- 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.
-->
Expand Down

0 comments on commit 133fdd4

Please sign in to comment.