From 4a44bf8c34bf1999258b1abce3ba6ca91e83a2ea Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sat, 6 Jan 2024 16:51:37 +0000 Subject: [PATCH] Tweak to Float What's Here --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numeric.c b/numeric.c index 0bfdbab6b3..05899d9086 100644 --- a/numeric.c +++ b/numeric.c @@ -966,7 +966,7 @@ num_negative_p(VALUE num) * - Inherits from * {class Numeric}[rdoc-ref:Numeric@What-27s+Here] * and {class Object}[rdoc-ref:Object@What-27s+Here]. - * - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here]. + * - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here]. * * Here, class \Float provides methods for: *