Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/api/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ defined are described in [OS Constants](#os_os_constants_1).
added: v0.3.3
-->

* Returns: {Object[]}
* Returns: {Object[]|undefined}

The `os.cpus()` method returns an array of objects containing information about
each logical CPU core.
Returns an array of objects containing information about each logical CPU core.
On unsupported platforms such as Android, `os.cpus()` may return `undefined`.

The properties included on each object include:

Expand Down