mirror of
https://github.com/janet-lang/janet
synced 2025-01-27 23:54:45 +00:00
Fix #783 - change docstring for x86-64 to x64.
This commit is contained in:
parent
7037532943
commit
dc980081cd
@ -158,7 +158,7 @@ JANET_CORE_FN(os_arch,
|
|||||||
"(os/arch)",
|
"(os/arch)",
|
||||||
"Check the ISA that janet was compiled for. Returns one of:\n\n"
|
"Check the ISA that janet was compiled for. Returns one of:\n\n"
|
||||||
"* :x86\n\n"
|
"* :x86\n\n"
|
||||||
"* :x86-64\n\n"
|
"* :x64\n\n"
|
||||||
"* :arm\n\n"
|
"* :arm\n\n"
|
||||||
"* :aarch64\n\n"
|
"* :aarch64\n\n"
|
||||||
"* :sparc\n\n"
|
"* :sparc\n\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user