1
0
Fork 0
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:
nobu 2014-11-27 20:38:51 +00:00
parent 38f3708fc1
commit 35e07b47ad

View file

@ -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.