summaryrefslogtreecommitdiff
path: root/doc/string.rb
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2026-01-26 17:10:35 -0500
committerPeter Zhu <peter@peterzhu.ca>2026-01-26 17:18:19 -0500
commit491e38902c2f5deef5dbb249cdf609ae2bb52f1e (patch)
treea2a8ab3b5b8b1ced5d13330189ea8d4eaad38b1f /doc/string.rb
parent6b0dda496e9bdf7c24e7a58514f9fcb5879dad2f (diff)
[DOC] Fix links to What's Here
The RDoc link format has changed so these are all broken links.
Diffstat (limited to 'doc/string.rb')
-rw-r--r--doc/string.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/string.rb b/doc/string.rb
index 304ab60c29..e2dfb37c9f 100644
--- a/doc/string.rb
+++ b/doc/string.rb
@@ -163,8 +163,8 @@
#
# First, what's elsewhere. Class +String+:
#
-# - Inherits from the {Object class}[rdoc-ref:Object@What-27s+Here].
-# - Includes the {Comparable module}[rdoc-ref:Comparable@What-27s+Here].
+# - Inherits from the {Object class}[rdoc-ref:Object@Whats+Here].
+# - Includes the {Comparable module}[rdoc-ref:Comparable@Whats+Here].
#
# Here, class +String+ provides methods that are useful for:
#