diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-05-22 17:00:14 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-05-22 17:00:14 +0900 |
| commit | 6cfe184d397c014d628bd7f8f55d067b2284a3cf (patch) | |
| tree | 6b91a79786fffeebbaa67ec99b53e8653f23e547 /src/fmt_fp.c | |
| parent | b9bde0c918ac7122db85e1837b3c7dd901b1c40e (diff) | |
| download | mruby-6cfe184d397c014d628bd7f8f55d067b2284a3cf.tar.gz mruby-6cfe184d397c014d628bd7f8f55d067b2284a3cf.zip | |
Fix typo in `src/fmt_fp.c` [ci skip]
Diffstat (limited to 'src/fmt_fp.c')
| -rw-r--r-- | src/fmt_fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
