From 262a0cc8682cdcb58c28e2a9c64a984ac9171fed Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 27 Sep 2023 15:50:37 +0900 Subject: [PATCH] [DOC] Missing comment marker --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.c b/hash.c index 8ac8664982..f870bf386a 100644 --- a/hash.c +++ b/hash.c @@ -6999,7 +6999,7 @@ static const rb_data_type_t env_data_type = { * - #key: Returns the key for the first-found entry with a given value. * - #keys: Returns an array containing all keys in +self+. * - #rassoc: Returns a 2-element array consisting of the key and value - of the first-found entry having a given value. + * of the first-found entry having a given value. * - #values: Returns an array containing all values in +self+/ * - #values_at: Returns an array containing values for given keys. *