Skip to content

Commit bc6d48b

Browse files
[DOC] Tweak for String#+@ (ruby#13285)
1 parent 311b935 commit bc6d48b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

string.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,9 @@ rb_str_freeze(VALUE str)
36013601
* without warning issuance.
36023602
*
36033603
* Otherwise returns <tt>self.dup</tt>, which is not frozen.
3604-
*/
3604+
*
3605+
* Related: see {Freezing/Unfreezing}[rdoc-ref:String@Freezing-2FUnfreezing].
3606+
s */
36053607
static VALUE
36063608
str_uplus(VALUE str)
36073609
{

0 commit comments

Comments
 (0)