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 silverwind committed Feb 27, 2016
1 parent 4e77a7c commit a67d5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,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 a67d5c1

Please sign in to comment.