summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 15c839c968..c496ca6d6d 100644
--- a/hash.c
+++ b/hash.c
@@ -3195,6 +3195,7 @@ transform_keys_i(VALUE key, VALUE value, VALUE result)
/*
* call-seq:
* hash.transform_keys {|key| ... } -> new_hash
+ * hash.transform_keys(hash2) -> new_hash
* hash.transform_keys -> new_enumerator
*
* Returns a new \Hash object; each entry has: