From 8cd62fbc174beae65d5670ea92611cc7a9c34d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Mari=C3=A9=20=28perso=29?= Date: Sat, 2 Sep 2023 18:47:50 +0200 Subject: [PATCH] [DOC] Typo in Hash#key description "so/no such value" --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.c b/hash.c index 4039e0851f980f..8c595e4595de7a 100644 --- a/hash.c +++ b/hash.c @@ -2287,7 +2287,7 @@ key_i(VALUE key, VALUE value, VALUE arg) * h.key(0) # => :foo * h.key(2) # => :bar * - * Returns +nil+ if so such value is found. + * Returns +nil+ if no such value is found. */ static VALUE