mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5459 from shuujii/fix-typo-in-src-fmt_fp.c
Fix typo in `src/fmt_fp.c` [ci skip]
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ static const mrb_float g_neg_pow[] = {
|
||||
* prec: is the precision (as specified in printf)
|
||||
* sign: should be '\0', '+', or ' ' ('\0' is the normal one - only print
|
||||
* a sign if ```f``` is negative. Anything else is printed as the
|
||||
* sign character for positive nubers.
|
||||
* sign character for positive numbers.
|
||||
*/
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user