diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-07-28 19:08:05 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-07-28 19:08:05 +0900 |
| commit | 71945ad827efe0bf62bbf87b5528206aabbd4022 (patch) | |
| tree | b8c85b87d59a8813222c41097c5475b795243eba /hash.c | |
| parent | 342dbd4f4e1ebfb31284a087f10232ea684b66a0 (diff) | |
Fix a comment [ci skip]
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |
