Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index c9f514d5d58..f5d81878cfe 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -2297,7 +2297,7 @@ flag's behavior.
added: v0.1.19
-->
-* `mask` {number}
+* `mask` {string|integer}
The `process.umask()` method sets or returns the Node.js process's file mode
creation mask. Child processes inherit the mask from the parent process. Invoked