[DOC] Remove extra colon in Hash#default_proc
This commit is contained in:
parent
a19544d154
commit
997124fc0b
2
hash.c
2
hash.c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user