aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-06-28 08:05:43 -0500
committerGitHub <noreply@github.com>2023-06-28 09:05:43 -0400
commit6528cf9fcf503706ec16d378b27469b0be51cbff (patch)
tree22a9a3518f42a42c48a3069bc5b19d6e7e9d94bf /numeric.c
parentbc3ac1872e4523334e3ed04c2bb70a55c4c43f98 (diff)
downloadruby-6528cf9fcf503706ec16d378b27469b0be51cbff.tar.gz
[DOC] Fixes for link fragments (#7981)
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 8cad7ff670..5993d08a65 100644
--- a/numeric.c
+++ b/numeric.c
@@ -948,7 +948,7 @@ num_negative_p(VALUE num)
* So you should know its esoteric system. See following:
*
* - https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
- * - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise
+ * - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#-why-are-rubys-floats-imprecise
* - https://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
*
* You can create a \Float object explicitly with: