Skip to content

Commit

Permalink
doc: correct argument type for process.cpuUsage
Browse files Browse the repository at this point in the history
PR-URL: #8158
Reviewed-By: Evan Lucas <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
SimenB authored and addaleax committed Aug 22, 2016
1 parent 2c41723 commit 1df3797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ over the IPC channel using `process.send()`.
added: v6.1.0
-->

* `previousValue` {Array} A previous return value from calling
* `previousValue` {Object} A previous return value from calling
`process.cpuUsage()`

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

0 comments on commit 1df3797

Please sign in to comment.