mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* hash.c: use correct grammer. Patch by @tveastman
[fix GH-1079][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c457e91a8d
commit
b6807ba353
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Nov 4 15:39:32 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* hash.c: use correct grammer. Patch by @tveastman
|
||||
[fix GH-1079][ci skip]
|
||||
|
||||
Wed Nov 4 11:38:23 2015 Jake Worth <jakeworth82@gmail.com>
|
||||
|
||||
* process.c (proc_getsid): [DOC] Fix double word 'for' and typo.
|
||||
|
|
2
hash.c
2
hash.c
|
@ -721,7 +721,7 @@ rb_hash_rehash_i(VALUE key, VALUE value, VALUE arg)
|
|||
* 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" ]
|
||||
|
|
Loading…
Reference in a new issue