From 16420785808656f38155547f009cc2d1f6330125 Mon Sep 17 00:00:00 2001 From: Brian White Date: Fri, 26 Feb 2016 16:56:41 -0500 Subject: [PATCH] doc: fix crypto function indentation level PR-URL: https://github.com/nodejs/node/pull/5460 Reviewed-By: Colin Ihrig Reviewed-By: Roman Reiss --- doc/api/crypto.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index d6932f8..2e3d36d 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -908,7 +908,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][`Buffer`]. -## 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`. -- 2.7.4