Skip to content

Commit 1642078

Browse files
mscdexMyles Borins
authored andcommitted
doc: fix crypto function indentation level
PR-URL: #5460 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent b4ef644 commit 1642078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ The `key` is the raw key used by the `algorithm` and `iv` is an
908908
[initialization vector][]. Both arguments must be `'binary'` encoded strings or
909909
[buffers][`Buffer`].
910910

911-
## crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
911+
### crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
912912

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

0 commit comments

Comments
 (0)