summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsreepurnajasti <sreepurna.jasti@gmail.com>2019-01-28 22:27:19 +0530
committerAnna Henningsen <anna@addaleax.net>2019-02-06 21:00:37 +0100
commitf31794bf1467eb156dad077647e2f075eb3757c7 (patch)
tree24ff79d4005dd60e04d310885a6255cff1656786 /doc
parent475c43c1b006e186036817c364dfc24a4d12c44f (diff)
downloadandroid-node-v8-f31794bf1467eb156dad077647e2f075eb3757c7.tar.gz
android-node-v8-f31794bf1467eb156dad077647e2f075eb3757c7.tar.bz2
android-node-v8-f31794bf1467eb156dad077647e2f075eb3757c7.zip
doc: fix err_synthetic issue on v11.x
Fixes: https://github.com/nodejs/node/issues/25750 PR-URL: https://github.com/nodejs/node/pull/25770 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@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 89d51ca084..46234039cf 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1690,7 +1690,7 @@ An attempt has been made to create a string longer than the maximum allowed
length.
<a id="ERR_SYNTHETIC"></a>
-#### ERR_SYNTHETIC
+### ERR_SYNTHETIC
An artificial error object used to capture the call stack for diagnostic
reports.