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>
This commit is contained in:
sreepurnajasti 2019-01-28 22:27:19 +05:30 committed by Anna Henningsen
parent 475c43c1b0
commit f31794bf14
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -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.