mirror of
https://github.com/janet-lang/janet
synced 2025-11-26 04:04:49 +00:00
Cosmetically tweak string/format docstring
This commit is contained in:
@@ -549,8 +549,8 @@ JANET_CORE_FN(cfun_string_format,
|
|||||||
"- `a`, `A`: floating point number, formatted as a hexadecimal number.\n"
|
"- `a`, `A`: floating point number, formatted as a hexadecimal number.\n"
|
||||||
"- `s`: formatted as a string, precision indicates padding and maximum length.\n"
|
"- `s`: formatted as a string, precision indicates padding and maximum length.\n"
|
||||||
"- `t`: emit the type of the given value.\n"
|
"- `t`: emit the type of the given value.\n"
|
||||||
"- `v`: format with (describe x)"
|
"- `v`: format with (describe x)\n"
|
||||||
"- `V`: format with (string x)"
|
"- `V`: format with (string x)\n"
|
||||||
"- `j`: format to jdn (Janet data notation).\n"
|
"- `j`: format to jdn (Janet data notation).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The following conversion specifiers are used for \"pretty-printing\", where the upper-case "
|
"The following conversion specifiers are used for \"pretty-printing\", where the upper-case "
|
||||||
|
|||||||
Reference in New Issue
Block a user