We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7dd93 commit 98799d4Copy full SHA for 98799d4
doc/api/perf_hooks.md
@@ -547,7 +547,7 @@ The standard deviation of the recorded event loop delays.
547
### Measuring the duration of async operations
548
549
The following example uses the [Async Hooks][] and Performance APIs to measure
550
-the actual duration of a Timeout operation (including the amount of time it
+the actual duration of a Timeout operation (including the amount of time it took
551
to execute the callback).
552
553
```js
0 commit comments