From f31794bf1467eb156dad077647e2f075eb3757c7 Mon Sep 17 00:00:00 2001 From: sreepurnajasti Date: Mon, 28 Jan 2019 22:27:19 +0530 Subject: 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(-) (limited to 'doc') 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. -#### ERR_SYNTHETIC +### ERR_SYNTHETIC An artificial error object used to capture the call stack for diagnostic reports. -- cgit v1.2.3