Skip to content

Commit a67d5c1

Browse files
mscdexsilverwind
authored andcommitted
doc: fix crypto function indentation level
PR-URL: #5460 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 4e77a7c commit a67d5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ The `key` is the raw key used by the `algorithm` and `iv` is an
912912
[initialization vector][]. Both arguments must be `'binary'` encoded strings or
913913
[buffers][].
914914

915-
## crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
915+
### crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
916916

917917
Creates a `DiffieHellman` key exchange object using the supplied `prime` and an
918918
optional specific `generator`.

0 commit comments

Comments
 (0)