summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
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.