summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-05-23 00:02:55 +0900
committerGitHub <[email protected]>2021-05-23 00:02:55 +0900
commita3f779c5b6db75d479478a1e774c7e696b92f107 (patch)
tree6b91a79786fffeebbaa67ec99b53e8653f23e547
parentb9bde0c918ac7122db85e1837b3c7dd901b1c40e (diff)
parent6cfe184d397c014d628bd7f8f55d067b2284a3cf (diff)
downloadmruby-a3f779c5b6db75d479478a1e774c7e696b92f107.tar.gz
mruby-a3f779c5b6db75d479478a1e774c7e696b92f107.zip
Merge pull request #5459 from shuujii/fix-typo-in-src-fmt_fp.c
Fix typo in `src/fmt_fp.c` [ci skip]
-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