diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2026-01-26 17:10:35 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2026-01-26 17:18:19 -0500 |
| commit | 491e38902c2f5deef5dbb249cdf609ae2bb52f1e (patch) | |
| tree | a2a8ab3b5b8b1ced5d13330189ea8d4eaad38b1f /doc/float.rb | |
| parent | 6b0dda496e9bdf7c24e7a58514f9fcb5879dad2f (diff) | |
[DOC] Fix links to What's Here
The RDoc link format has changed so these are all broken links.
Diffstat (limited to 'doc/float.rb')
| -rw-r--r-- | doc/float.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/float.rb b/doc/float.rb index 01668bfc6d..f9068dfb1b 100644 --- a/doc/float.rb +++ b/doc/float.rb @@ -72,9 +72,9 @@ # First, what's elsewhere. Class \Float: # # - Inherits from -# {class Numeric}[rdoc-ref:Numeric@What-27s+Here] -# and {class Object}[rdoc-ref:Object@What-27s+Here]. -# - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here]. +# {class Numeric}[rdoc-ref:Numeric@Whats+Here] +# and {class Object}[rdoc-ref:Object@Whats+Here]. +# - Includes {module Comparable}[rdoc-ref:Comparable@Whats+Here]. # # Here, class \Float provides methods for: # |
