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)`