From dcdef2383495b3ce07299048962c3bd47d6d91c0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 3 Apr 2023 10:36:05 -0700 Subject: [PATCH] Update doc/api/os.md --- doc/api/os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/os.md b/doc/api/os.md index 774cfcd85a31aa..2bacf17933f0d0 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -142,7 +142,7 @@ The properties included on each object include: `nice` values are POSIX-only. On Windows, the `nice` values of all processors are always 0. -On Linux and Android when `/proc` file system is not accessible, an empty +On Linux and Android, when `/proc` is not accessible, an empty array will be returned. `os.cpus().length` should not be used to calculate the amount of parallelism