From 35e07b47adf352fd6b6bbef5fe032bc940e187e4 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 27 Nov 2014 20:38:51 +0000 Subject: README.EXT: fix typo pointed out by at: https://github.com/ruby/ruby/commit/c262acb4e023b6cd4e06b993508ab59a5f61607c#commitcomment-8748351 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index 9e4900c7cb..f24029c826 100644 --- a/README.EXT +++ b/README.EXT @@ -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. -- cgit v1.2.3