Skip to content

Commit 7f34cc3

Browse files
SimenBevanlucas
authored andcommitted
doc: correct argument type for process.cpuUsage
PR-URL: #8158 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 923a617 commit 7f34cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ over the IPC channel using `process.send()`.
586586
added: v6.1.0
587587
-->
588588

589-
* `previousValue` {Array} A previous return value from calling
589+
* `previousValue` {Object} A previous return value from calling
590590
`process.cpuUsage()`
591591

592592
The `process.cpuUsage()` method returns the user and system CPU time usage of

0 commit comments

Comments
 (0)