From 2f5840e4a3c85bc3591f258ed9f9ae59de4ed3e2 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 --- 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 39d131b42aab55..19b4908b3b9ef4 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 call stack when diagnostic report is produced.