summaryrefslogtreecommitdiff
path: root/doc/string.rb
diff options
context:
space:
mode:
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:
#