1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-09 20:13:02 +00:00

1.9.0 Release.

Fix up some documentation as well.
This commit is contained in:
Calvin Rose
2020-05-10 16:44:16 -05:00
parent e8b3587946
commit 235605bfa4
12 changed files with 29 additions and 27 deletions

View File

@@ -964,7 +964,7 @@ static const JanetReg asm_cfuns[] = {
"asm", cfun_asm,
JDOC("(asm assembly)\n\n"
"Returns a new function that is the compiled result of the assembly.\n"
"The syntax for the assembly can be found on the janet wiki. Will throw an\n"
"The syntax for the assembly can be found on the Janet website. Will throw an\n"
"error on invalid assembly.")
},
{