Skip to content

Commit

Permalink
os: fix cpus invalid return type jsdoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed May 8, 2022
1 parent 7a53696 commit 08110f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/os.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ function loadavg() {
* logical CPU core.
*
* @returns {Array<{
* model: string
* speed: number
* model: string,
* speed: number,
* times: {
* user: number
* nice: number
* sys: number
* idle: number
* user: number,
* nice: number,
* sys: number,
* idle: number,
* irq: number
* }
* }>}
Expand Down

0 comments on commit 08110f4

Please sign in to comment.