mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 22:24:49 +00:00
corelib.c, describe, add hyphen
This commit is contained in:
parent
7c8f5ef811
commit
4d38fcb289
@ -548,7 +548,7 @@ static const JanetReg corelib_cfuns[] = {
|
|||||||
{
|
{
|
||||||
"describe", janet_core_describe,
|
"describe", janet_core_describe,
|
||||||
JDOC("(describe x)\n\n"
|
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,
|
"string", janet_core_string,
|
||||||
|
Loading…
Reference in New Issue
Block a user