summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-01 21:50:49 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-02 00:48:43 +0300
commit6562942461e6307480bb0873447708ecc996e490 (patch)
treea315d77138c4d3f881eab4449c7b4cdd7528558b /doc
parent7bdc69426772a2915bc348f491aa7eaa44d422df (diff)
downloadandroid-node-v8-6562942461e6307480bb0873447708ecc996e490.tar.gz
android-node-v8-6562942461e6307480bb0873447708ecc996e490.tar.bz2
android-node-v8-6562942461e6307480bb0873447708ecc996e490.zip
doc: fix heading level in errors.md
PR-URL: https://github.com/nodejs/node/pull/21618 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 19f9f9abae..3022a61569 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -457,7 +457,7 @@ added properties.
### Class: SystemError
-### error.info
+#### error.info
`SystemError` instances may have an additional `info` property whose
value is an object with additional details about the error conditions.