Skip to content

Commit 555da9b

Browse files
Trottsxa
authored andcommitted
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 c01134e commit 555da9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/v8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ via the promise hooks mechanism, the `init()`, `before()`, `after()`, and
801801
promises which would produce an infinite loop.
802802

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

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

0 commit comments

Comments
 (0)