mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
README.EXT: fix typo
pointed out by at:
c262acb4e0 (commitcomment-8748351)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
38f3708fc1
commit
35e07b47ad
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ int rb_get_kwargs(VALUE keyword_hash, const ID *table, int required, int optiona
|
|||
|
||||
VALUE rb_extract_keywords(VALUE *original_hash)
|
||||
|
||||
Extrancts pairs whose key is a symbol into a new hash from a hash
|
||||
Extracts pairs whose key is a symbol into a new hash from a hash
|
||||
object referred by +original_hash+. If the original hash contains
|
||||
non-symbol keys, then they are copied to another hash and the new hash
|
||||
is stored through +original_hash+, else 0 is stored.
|
||||
|
|
Loading…
Reference in a new issue