diff --git a/doc/api/os.markdown b/doc/api/os.markdown index 0bd4e351dbf..4c81818c26b 100644 --- a/doc/api/os.markdown +++ b/doc/api/os.markdown @@ -28,7 +28,8 @@ Returns the operating system platform. ## os.arch() -Returns the operating system CPU architecture. +Returns the operating system CPU architecture. Possible values are `"x64"`, +`"arm"` and `"ia32"`. ## os.release()