diff --git a/doc/api/v8.md b/doc/api/v8.md index 028226c50487bb..0ab7ebc1e6a8d7 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -801,7 +801,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)`