diff options
| -rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2282,7 +2282,7 @@ rb_hash_default_proc(VALUE hash) * call-seq: * hash.default_proc = proc -> proc * - * Sets the default proc for +self+ to +proc+: + * Sets the default proc for +self+ to +proc+ * (see {Default Values}[rdoc-ref:Hash@Default+Values]): * h = {} * h.default_proc # => nil |
