From ed0a5c6f0f09eadafe1ecdfad78ff79571c007b8 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sun, 25 Jan 2026 23:40:57 +0000 Subject: [PATCH] [DOC] Fix links in Complex --- complex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/complex.c b/complex.c index 85d724f273..1ba786a5bb 100644 --- a/complex.c +++ b/complex.c @@ -2645,9 +2645,9 @@ float_arg(VALUE self) * First, what's elsewhere: * * - Class \Complex inherits (directly or indirectly) - * from classes {Numeric}[rdoc-ref:Numeric@What-27s+Here] - * and {Object}[rdoc-ref:Object@What-27s+Here]. - * - Includes (indirectly) module {Comparable}[rdoc-ref:Comparable@What-27s+Here]. + * from classes {Numeric}[rdoc-ref:Numeric@Whats-Here] + * and {Object}[rdoc-ref:Object@Whats-Here]. + * - Includes (indirectly) module {Comparable}[rdoc-ref:Comparable@Whats-Here]. * * Here, class \Complex has methods for: *