Project

General

Profile

This project is closed and read-only.

Bug #1545 » 0001-hash.c-rb_hash_rehash-Fix-typo-in-documentation.patch

runpaint (Run Paint Run Run), 05/31/2009 12:38 PM

View differences:

hash.c
* hsh[key] => value
*
* Element Reference---Retrieves the <i>value</i> object corresponding
* to the <i>key</i> object. If not found, returns the a default value (see
* to the <i>key</i> object. If not found, returns the default value (see
* <code>Hash::new</code> for details).
*
* h = { "a" => 100, "b" => 200 }
(3-3/7)