summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-01-26 11:22:13 -0600
committerGitHub <noreply@github.com>2021-01-26 11:22:13 -0600
commitd7a844cb08aaf0d073bfa2ade88e83b3df2d9676 (patch)
tree3227f4242b6a4de4bfb05ccf5a0e7a1636da72b9
parent8a3f816675bfeb0ffd19471a8520200b3212d424 (diff)
Fix broken link in RDoc for String (#4123)
Link was correct; its target was incorrect; now fixed.
Notes
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
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+.
*