From 6ba35257f3689878741fa3868a74fcfd98615cbe Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 18 Aug 2016 14:41:13 +0200 Subject: [PATCH] doc: correct argument type for process.cpuUsage --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index ee329f268ebd09..4f109c6c98b48a 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -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