[DOC] Tweak for String#+@ (#13285)

This commit is contained in:
Burdette Lamar 2025-05-12 09:16:37 -05:00 committed by GitHub
parent 311b9352a1
commit bc6d48bd34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2025-05-12 14:16:51 +00:00
Merged-By: peterzhu2118 <peter@peterzhu.ca>

View File

@ -3601,7 +3601,9 @@ rb_str_freeze(VALUE str)
* without warning issuance.
*
* Otherwise returns <tt>self.dup</tt>, which is not frozen.
*/
*
* Related: see {Freezing/Unfreezing}[rdoc-ref:String@Freezing-2FUnfreezing].
s */
static VALUE
str_uplus(VALUE str)
{