From d7a844cb08aaf0d073bfa2ade88e83b3df2d9676 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Tue, 26 Jan 2021 11:22:13 -0600 Subject: [PATCH] Fix broken link in RDoc for String (#4123) Link was correct; its target was incorrect; now fixed. --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index 4957cc340c..b831e9e931 100644 --- a/string.c +++ b/string.c @@ -11600,7 +11600,7 @@ rb_enc_interned_str_cstr(const char *ptr, rb_encoding *enc) * - #casecmp?:: Returns +true+ if the string is equal to a given string after Unicode case folding; * +false+ otherwise. * - * === Methods for Modifying +self+ + * === Methods for Modifying a \String * * Each of these methods modifies +self+. *