summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/string.c b/string.c
index 94f6a81ce3..0bb015f38b 100644
--- a/string.c
+++ b/string.c
@@ -3311,6 +3311,8 @@ rb_str_hash_cmp(VALUE str1, VALUE str2)
*
* Returns the integer hash value for +self+.
* The value is based on the length, content and encoding of +self+.
+ *
+ * Related: Object#hash
*/
static VALUE