Skip to content

Commit 4de67d1

Browse files
sno2ruyadorno
authored andcommitted
doc: add arm64 to os.machine()
PR-URL: #45374 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent efe19eb commit 4de67d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/os.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ added:
462462

463463
* Returns {string}
464464

465-
Returns the machine type as a string, such as `arm`, `aarch64`, `mips`,
466-
`mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`.
465+
Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`,
466+
`mips`, `mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`.
467467

468468
On POSIX systems, the machine type is determined by calling
469469
[`uname(3)`][]. On Windows, `RtlGetVersion()` is used, and if it is not

0 commit comments

Comments
 (0)