Fix broken link in RDoc for String (#4123)

Link was correct; its target was incorrect; now fixed.
This commit is contained in:
Burdette Lamar 2021-01-26 11:22:13 -06:00 committed by GitHub
parent 8a3f816675
commit d7a844cb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2021-01-27 02:22:37 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>

View File

@ -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+.
*