From cda623cc1d4dfc0b6af4f380d189d1ba36a02e26 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 6 Mar 2022 10:12:28 -0800 Subject: [PATCH] doc: remove "considered" for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "considered undefined" suggests that it's not REALLY undefined. It's really undefined. Be firm! PR-URL: https://github.com/nodejs/node/pull/42218 Reviewed-By: Akhil Marsonya Reviewed-By: Mestery Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca --- doc/api/v8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index f7999f4343d2f5..bf42c023ce10b7 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -799,7 +799,7 @@ via the promise hooks mechanism, the `init()`, `before()`, `after()`, and promises which would produce an infinite loop. While this API is used to feed promise events into [`async_hooks`][], the -ordering between the two is considered undefined. Both APIs are multi-tenant +ordering between the two is undefined. Both APIs are multi-tenant and therefore could produce events in any order relative to each other. #### `init(promise, parent)`