Skip to content

Commit 98799d4

Browse files
Trotttargos
authored andcommitted
doc: fix typographical error
Insert missing word. PR-URL: #30735 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ed7dd93 commit 98799d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/perf_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ The standard deviation of the recorded event loop delays.
547547
### Measuring the duration of async operations
548548

549549
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
550+
the actual duration of a Timeout operation (including the amount of time it took
551551
to execute the callback).
552552

553553
```js

0 commit comments

Comments
 (0)