1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 18:29:56 +00:00

Fix #783 - change docstring for x86-64 to x64.

This commit is contained in:
Calvin Rose 2021-09-05 12:32:33 -05:00
parent 7037532943
commit dc980081cd

View File

@ -158,7 +158,7 @@ JANET_CORE_FN(os_arch,
"(os/arch)",
"Check the ISA that janet was compiled for. Returns one of:\n\n"
"* :x86\n\n"
"* :x86-64\n\n"
"* :x64\n\n"
"* :arm\n\n"
"* :aarch64\n\n"
"* :sparc\n\n"