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 <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>
  • Loading branch information
SimenB authored and evanlucas committed Aug 24, 2016
1 parent 923a617 commit 7f34cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
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 7f34cc3

Please sign in to comment.