diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-14 08:19:56 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-14 08:19:56 +0000 |
| commit | e14a645d3123a36feab5b865d242bf178e32831c (patch) | |
| tree | cb26e72522bc85c2f671078aa0e1387c4ca5b528 | |
| parent | 83d2bb4bf3a4e63e65b4356fa59d2ba28a8a3c60 (diff) | |
| download | ruby-e14a645d3123a36feab5b865d242bf178e32831c.tar.gz ruby-e14a645d3123a36feab5b865d242bf178e32831c.tar.xz ruby-e14a645d3123a36feab5b865d242bf178e32831c.zip | |
* hash.c (set_default): fix rdoc. #441
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | hash.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -66,6 +66,10 @@ Thu Aug 14 02:45:16 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of tmpdir. [ruby-dev:35633] +Thu Aug 14 15:50:30 2008 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> + + * hash.c (set_default): fix rdoc. #441 + Thu Aug 14 02:23:31 2008 Tanaka Akira <akr@fsij.org> * transcode.c (econv_primitive_convert): add output_byteoffset @@ -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 |
