From 353de0f7520bce50b490f367048ee1e58894a784 Mon Sep 17 00:00:00 2001 From: sreepurnajasti Date: Mon, 28 Jan 2019 22:27:19 +0530 Subject: [PATCH] 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 Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index e7572b1dbd7978..faaf21f646906e 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. -#### ERR_SYNTHETIC +### ERR_SYNTHETIC An artificial error object used to capture the call stack for diagnostic reports.