diff --git a/string.c b/string.c index 3127080529..db6ad756d3 100644 --- a/string.c +++ b/string.c @@ -2960,7 +2960,7 @@ rb_str_freeze(VALUE str) * * Returns +self+ if +self+ is not frozen. * - * Otherwise. returns self.dup, which is not frozen. + * Otherwise returns self.dup, which is not frozen. */ static VALUE str_uplus(VALUE str)