From b57c2d294515c618edc001a23d87db3a6e3649b8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 Mar 2022 16:52:44 -0800 Subject: [PATCH] doc: remove "considered" for clarity "considered undefined" suggests that it's not REALLY undefined. It's really undefined. Be firm! --- 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 def7d17d6d089a..b04e4f6228b15e 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -815,7 +815,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)`