From e14a645d3123a36feab5b865d242bf178e32831c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 14 Aug 2008 08:19:56 +0000 Subject: * hash.c (set_default): fix rdoc. #441 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index a1517db5d..bb43ccb03 100644 --- a/hash.c +++ b/hash.c @@ -573,7 +573,7 @@ rb_hash_default(int argc, VALUE *argv, VALUE hash) /* * 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 -- cgit