Skip to content

Commit 8b44c61

Browse files
sno2danielleadams
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 dae92e7 commit 8b44c61

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
@@ -460,8 +460,8 @@ added: v18.9.0
460460

461461
* Returns {string}
462462

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

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

0 commit comments

Comments
 (0)