ruby-changes:36544
From: nobu <ko1@a...>
Date: Fri, 28 Nov 2014 05:39:06 +0900 (JST)
Subject: [ruby-changes:36544] nobu:r48626 (trunk): README.EXT: fix typo
nobu 2014-11-28 05:38:51 +0900 (Fri, 28 Nov 2014) New Revision: 48626 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48626 Log: README.EXT: fix typo pointed out by at: https://github.com/ruby/ruby/commit/c262acb4e023b6cd4e06b993508ab59a5f61607c#commitcomment-8748351 Modified files: trunk/README.EXT Index: README.EXT =================================================================== --- README.EXT (revision 48625) +++ README.EXT (revision 48626) @@ -1320,7 +1320,7 @@ int rb_get_kwargs(VALUE keyword_hash, co https://github.com/ruby/ruby/blob/trunk/README.EXT#L1320 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/