summaryrefslogtreecommitdiffhomepage
path: root/src/fmt_fp.c
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2021-05-22 17:00:14 +0900
committerKOBAYASHI Shuji <[email protected]>2021-05-22 17:00:14 +0900
commit6cfe184d397c014d628bd7f8f55d067b2284a3cf (patch)
tree6b91a79786fffeebbaa67ec99b53e8653f23e547 /src/fmt_fp.c
parentb9bde0c918ac7122db85e1837b3c7dd901b1c40e (diff)
downloadmruby-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.c2
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