Skip to content

Commit 5dd6a5b

Browse files
authored
doc: remove "considered" for clarity
"considered undefined" suggests that it's not REALLY undefined. It's really undefined. Be firm! PR-URL: #42218 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0f9b618 commit 5dd6a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/v8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ via the promise hooks mechanism, the `init()`, `before()`, `after()`, and
815815
promises which would produce an infinite loop.
816816

817817
While this API is used to feed promise events into [`async_hooks`][], the
818-
ordering between the two is considered undefined. Both APIs are multi-tenant
818+
ordering between the two is undefined. Both APIs are multi-tenant
819819
and therefore could produce events in any order relative to each other.
820820

821821
#### `init(promise, parent)`

0 commit comments

Comments
 (0)