We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce791 commit 8a03cf7Copy full SHA for 8a03cf7
doc/api/process.markdown
@@ -273,7 +273,7 @@ Getter/setter to set what is displayed in 'ps'.
273
274
### process.arch
275
276
-What processor architecture you're running on. `'arm'`, `'ia32'`, etc.
+What processor architecture you're running on: `'arm'`, `'ia32'`, or `'x64'`.
277
278
console.log('This processor architecture is ' + process.arch);
279
0 commit comments