diff --git a/src/core/corelib.c b/src/core/corelib.c index f1c6c0d2..2946fbe0 100644 --- a/src/core/corelib.c +++ b/src/core/corelib.c @@ -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,