Skip to content

Commit

Permalink
Fix docs for process.arch
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 27, 2011
1 parent a7ce791 commit 8a03cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.markdown
Expand Up @@ -273,7 +273,7 @@ Getter/setter to set what is displayed in 'ps'.

### process.arch

What processor architecture you're running on. `'arm'`, `'ia32'`, etc.
What processor architecture you're running on: `'arm'`, `'ia32'`, or `'x64'`.

console.log('This processor architecture is ' + process.arch);

Expand Down

0 comments on commit 8a03cf7

Please sign in to comment.