From 4d38fcb289634738e2af2965759dad1cb438a0cb Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Tue, 1 Dec 2020 11:56:53 -0500 Subject: [PATCH] corelib.c, describe, add hyphen --- src/core/corelib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,