Skip to content

Commit

Permalink
doc: fix crypto function indentation level
Browse files Browse the repository at this point in the history
PR-URL: #5460
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
mscdex authored and rvagg committed Feb 28, 2016
1 parent c0fd802 commit 7b98a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.markdown
Expand Up @@ -907,7 +907,7 @@ The `key` is the raw key used by the `algorithm` and `iv` is an
[initialization vector][]. Both arguments must be `'binary'` encoded strings or
[buffers][].

## crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
### crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])

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

0 comments on commit 7b98a30

Please sign in to comment.