summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2026-01-31 02:27:35 +0000
committerPeter Zhu <peter@peterzhu.ca>2026-01-31 17:45:03 -0500
commit64f35adaadf8f168b46a3991914b87fa7b5feaa8 (patch)
treef7c74fb5d046766f30db49caceb4b2918726ffa8
parent6019cc9dc07f6c31fa231325c2501b36fa4923fd (diff)
[DOC] Fix link in Hash
-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+:
#