Skip to content

Commit

Permalink
fixup: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshithaKP committed Feb 21, 2020
1 parent 88cc039 commit 410b6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ doing this the otherwise infinite recursion is broken.

### Class: `AsyncHook`

The class `AsyncHook` exposes interface for tracking lifetime events
The class `AsyncHook` exposes an interface for tracking lifetime events
of asynchronous operations. Using a unique ID per asynchronous call,
it helps associating method calls that otherwise do not appear together
it helps with associating method calls that otherwise do not appear together
in a typical call stack.

#### `asyncHook.enable()`
Expand Down

0 comments on commit 410b6e6

Please sign in to comment.