We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cc039 commit 410b6e6Copy full SHA for 410b6e6
1 file changed
doc/api/async_hooks.md
@@ -172,9 +172,9 @@ doing this the otherwise infinite recursion is broken.
172
173
### Class: `AsyncHook`
174
175
-The class `AsyncHook` exposes interface for tracking lifetime events
+The class `AsyncHook` exposes an interface for tracking lifetime events
176
of asynchronous operations. Using a unique ID per asynchronous call,
177
-it helps associating method calls that otherwise do not appear together
+it helps with associating method calls that otherwise do not appear together
178
in a typical call stack.
179
180
#### `asyncHook.enable()`
0 commit comments