mirror of
https://github.com/janet-lang/janet
synced 2025-09-13 00:06:06 +00:00
Fix typo.
This commit is contained in:
@@ -646,7 +646,7 @@ static const JanetReg corelib_cfuns[] = {
|
|||||||
"gcsetinterval", janet_core_gcsetinterval,
|
"gcsetinterval", janet_core_gcsetinterval,
|
||||||
JDOC("(gcsetinterval interval)\n\n"
|
JDOC("(gcsetinterval interval)\n\n"
|
||||||
"Set an integer number of bytes to allocate before running garbage collection. "
|
"Set an integer number of bytes to allocate before running garbage collection. "
|
||||||
"Low valuesi for interval will be slower but use less memory. "
|
"Low values for interval will be slower but use less memory. "
|
||||||
"High values will be faster but use more memory.")
|
"High values will be faster but use more memory.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user