From 6cfe184d397c014d628bd7f8f55d067b2284a3cf Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Sat, 22 May 2021 17:00:14 +0900 Subject: Fix typo in `src/fmt_fp.c` [ci skip] --- src/fmt_fp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fmt_fp.c') diff --git a/src/fmt_fp.c b/src/fmt_fp.c index bfc0c82a6..ede94c721 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -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 -- cgit v1.2.3