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:
Yukihiro "Matz" Matsumoto
2021-05-23 00:02:55 +09:00
committed by GitHub
+1 -1
View File
@@ -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