1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-28 15:08:40 +00:00

Merge pull request #520 from uvtc/patch-6

corelib.c, describe, add hyphen
This commit is contained in:
Calvin Rose 2020-12-04 17:31:15 -06:00 committed by GitHub
commit 4789b4c9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,