1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-06 18:43:04 +00:00

Update documentation, fix life example.

This commit is contained in:
Calvin Rose
2018-12-17 21:28:45 -05:00
parent 77ea11c603
commit cc5b4eac0a
2 changed files with 4 additions and 4 deletions

View File

@@ -406,9 +406,9 @@ static const JanetReg cfuns[] = {
"\t:string\n"
"\t:buffer\n"
"\t:symbol\n"
"\t:abstract\n"
"\t:function\n"
"\t:cfunction"
"\t:cfunction\n\n"
"or another symbol for an abstract type."
},
{"next", janet_core_next,
"(next dict key)\n\n"