diff options
author | Burdette Lamar <[email protected]> | 2021-01-26 11:22:13 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-26 11:22:13 -0600 |
commit | d7a844cb08aaf0d073bfa2ade88e83b3df2d9676 (patch) | |
tree | 3227f4242b6a4de4bfb05ccf5a0e7a1636da72b9 /string.c | |
parent | 8a3f816675bfeb0ffd19471a8520200b3212d424 (diff) |
Fix broken link in RDoc for String (#4123)
Link was correct; its target was incorrect; now fixed.
Notes
Notes:
Merged-By: BurdetteLamar <[email protected]>
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+. * |