Commit 01a7ef6b14f for nodejs
commit 01a7ef6b14fd0284283f745c1c0428aec29efb6b
Author: James M Snell <jasnell@gmail.com>
Date: Thu Sep 17 20:36:32 2026 +0000
doc: use Type for performanceNodeTiming.uvMetricsInfo
`performanceNodeTiming.uvMetricsInfo` is a property, not a method, so
document its value using `Type:` rather than `Returns:`.
Assisted-by: OpenCode
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/66094
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 69a4d6613b9..e044f578f4f 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -854,7 +854,7 @@ added:
- v20.18.0
-->
-* Returns: {Object}
+* Type: {Object}
* `loopCount` {number} Number of event loop iterations.
* `events` {number} Number of events that have been processed by the event handler.
* `eventsWaiting` {number} Number of events that were waiting to be processed when the event provider was called.