mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a comment [ci skip]
This commit is contained in:
parent
342dbd4f4e
commit
71945ad827
1 changed files with 1 additions and 1 deletions
2
hash.c
2
hash.c
|
@ -2356,7 +2356,7 @@ rb_hash_stlike_delete(VALUE hash, st_data_t *pkey, st_data_t *pval)
|
|||
}
|
||||
|
||||
/*
|
||||
* delete a specified entry a given key.
|
||||
* delete a specified entry by a given key.
|
||||
* if there is the corresponding entry, return a value of the entry.
|
||||
* if there is no corresponding entry, return Qundef.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue