summaryrefslogtreecommitdiff
path: root/hash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'hash.rb')
-rw-r--r--hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.rb b/hash.rb
index 99b34a9bda..40f823783e 100644
--- a/hash.rb
+++ b/hash.rb
@@ -7,7 +7,7 @@ class Hash
#
# Initializes the values of Hash#default and Hash#default_proc,
# which determine the behavior when a given key is not found;
- # see {Key Not Found?}[rdoc-ref:Hash@Key+Not+Found-3F].
+ # see {Key Not Found?}[rdoc-ref:Hash@Key+Not+Found].
#
# By default, a hash has +nil+ values for both +default+ and +default_proc+:
#