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 37c70ee commit 3d302ffCopy full SHA for 3d302ff
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