Index: ChangeLog =================================================================== --- ChangeLog (revision 18610) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +Thu Aug 14 15:50:30 2008 Giuseppe Bilotta + + * hash.c (set_default): fix rdoc + Thu Aug 14 15:34:10 2008 Tanaka Akira * transcode.c (rb_econv_conv): new function. it don't consume input Index: hash.c =================================================================== --- hash.c (revision 18610) +++ hash.c (working copy) @@ -573,7 +573,7 @@ /* * call-seq: - * hsh.default = obj => hsh + * hsh.default = obj => obj * * Sets the default value, the value returned for a key that does not * exist in the hash. It is not possible to set the a default to a