doc: fix crypto function indentation level

PR-URL: https://github.com/nodejs/node/pull/5460
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
pull/5358/merge
Brian White 2016-02-26 16:56:41 -05:00 committed by Roman Reiss
parent 4e77a7ce29
commit a67d5c1034
1 changed files with 1 additions and 1 deletions

View File

@ -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 [initialization vector][]. Both arguments must be `'binary'` encoded strings or
[buffers][]. [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 Creates a `DiffieHellman` key exchange object using the supplied `prime` and an
optional specific `generator`. optional specific `generator`.