Skip to content

Commit

Permalink
doc: remove "considered" for clarity
Browse files Browse the repository at this point in the history
"considered undefined" suggests that it's not REALLY undefined. It's
really undefined. Be firm!

PR-URL: #42218
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Apr 24, 2022
1 parent fe5578b commit cda623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/v8.md
Expand Up @@ -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)`
Expand Down

0 comments on commit cda623c

Please sign in to comment.