ruby-changes:66937
From: Nobuyoshi <ko1@a...>
Date: Wed, 28 Jul 2021 19:08:20 +0900 (JST)
Subject: [ruby-changes:66937] 71945ad827 (master): Fix a comment [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=71945ad827 From 71945ad827efe0bf62bbf87b5528206aabbd4022 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 28 Jul 2021 19:08:05 +0900 Subject: Fix a comment [ci skip] --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.c b/hash.c index 3d69bef..32f1364 100644 --- a/hash.c +++ b/hash.c @@ -2356,7 +2356,7 @@ rb_hash_stlike_delete(VALUE hash, st_data_t *pkey, st_data_t *pval) https://github.com/ruby/ruby/blob/trunk/hash.c#L2356 } /* - * 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. */ -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/