[DOC] Fix links in Complex

This commit is contained in:
BurdetteLamar 2026-01-25 23:40:57 +00:00 committed by Peter Zhu
parent 2605d4e5fc
commit ed0a5c6f0f
Notes: git 2026-01-26 22:05:26 +00:00

View File

@ -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:
*