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 <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Evan Lucas 2016-10-19 08:41:36 -05:00 committed by James M Snell
parent add885416f
commit ca3c8a9d55

View File

@ -992,7 +992,7 @@ thrown.
## `crypto` module methods and properties ## `crypto` module methods and properties
## crypto.constants ### crypto.constants
<!-- YAML <!-- YAML
added: v6.3.0 added: v6.3.0
--> -->