[DOC] Remove a garbage

This commit is contained in:
Nobuyoshi Nakada 2025-05-13 00:07:56 +09:00
parent 85d9ebc995
commit 64944cf422
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -3603,7 +3603,7 @@ rb_str_freeze(VALUE str)
* 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)
{