summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 9210abcb51..aa074ce001 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -54,7 +54,7 @@ defined are described in [OS Constants](#os_os_constants_1).
added: v0.3.3
-->
-* Returns: {Array}
+* Returns: {Object[]}
The `os.cpus()` method returns an array of objects containing information about
each logical CPU core.
@@ -217,7 +217,7 @@ string.
added: v0.3.3
-->
-* Returns: {Array}
+* Returns: {number[]}
The `os.loadavg()` method returns an array containing the 1, 5, and 15 minute
load averages.