From ca3c8a9d550d69b920bad0c0036eaa7097a64fc8 Mon Sep 17 00:00:00 2001 From: Evan Lucas Date: Wed, 19 Oct 2016 08:41:36 -0500 Subject: [PATCH] doc: fix header level for crypto.constants The header level for crypto.constants was off by one. PR-URL: https://github.com/nodejs/node/pull/9187 Reviewed-By: Colin Ihrig Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index b8e48a2b2d..956c1cb891 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -992,7 +992,7 @@ thrown. ## `crypto` module methods and properties -## crypto.constants +### crypto.constants