corelib.c, describe, add hyphen

This commit is contained in:
John Gabriele
2020-12-01 11:56:53 -05:00
committed by GitHub
parent 7c8f5ef811
commit 4d38fcb289
+1 -1
View File
@@ -548,7 +548,7 @@ static const JanetReg corelib_cfuns[] = {
{
"describe", janet_core_describe,
JDOC("(describe x)\n\n"
"Returns a string that is a human readable description of a value x.")
"Returns a string that is a human-readable description of a value x.")
},
{
"string", janet_core_string,