ruby-changes:40362
From: hsbt <ko1@a...>
Date: Wed, 4 Nov 2015 15:39:55 +0900 (JST)
Subject: [ruby-changes:40362] hsbt:r52443 (trunk): * hash.c: use correct grammer. Patch by @tveastman
hsbt 2015-11-04 15:39:37 +0900 (Wed, 04 Nov 2015) New Revision: 52443 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52443 Log: * hash.c: use correct grammer. Patch by @tveastman [fix GH-1079][ci skip] Modified files: trunk/ChangeLog trunk/hash.c Index: ChangeLog =================================================================== --- ChangeLog (revision 52442) +++ ChangeLog (revision 52443) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Nov 4 15:39:32 2015 SHIBATA Hiroshi <hsbt@r...> + + * hash.c: use correct grammer. Patch by @tveastman + [fix GH-1079][ci skip] + Wed Nov 4 11:38:23 2015 Jake Worth <jakeworth82@g...> * process.c (proc_getsid): [DOC] Fix double word 'for' and typo. Index: hash.c =================================================================== --- hash.c (revision 52442) +++ hash.c (revision 52443) @@ -721,7 +721,7 @@ rb_hash_rehash_i(VALUE key, VALUE value, https://github.com/ruby/ruby/blob/trunk/hash.c#L721 * Rebuilds the hash based on the current hash values for each key. If * values of key objects have changed since they were inserted, this * method will reindex <i>hsh</i>. If <code>Hash#rehash</code> is - * called while an iterator is traversing the hash, an + * called while an iterator is traversing the hash, a * <code>RuntimeError</code> will be raised in the iterator. * * a = [ "a", "b" ] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/