Update math/log docstring

This commit is contained in:
curist 2019-07-28 22:18:36 +08:00
parent eafcb548ce
commit c2ef58d880
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static const JanetReg math_cfuns[] = {
{
"math/log", janet_log,
JDOC("(math/log x)\n\n"
"Returns log base 2 of x.")
"Returns log base natural number of x.")
},
{
"math/log10", janet_log10,