summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 20:38:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-27 20:38:51 +0000
commit35e07b47adf352fd6b6bbef5fe032bc940e187e4 (patch)
treecaef39ed2df800f3cab969b247b9c2c97ba89cfc /README.EXT
parent38f3708fc1b3dd9de4ccaf1ec52ffeee996dd847 (diff)
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
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT2
1 files changed, 1 insertions, 1 deletions
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.