summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-09-27 15:50:37 +0900
committerNobuyoshi Nakada <[email protected]>2023-09-27 15:50:37 +0900
commit262a0cc8682cdcb58c28e2a9c64a984ac9171fed (patch)
tree0b97c1f6384639bb80c692fc9cce478cb33f7f07 /hash.c
parentbece8808744ee178a4c55c6954edd30fb93b9ad3 (diff)
[DOC] Missing comment marker
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
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.
*