ruby-changes:71120
From: Paarth <ko1@a...>
Date: Tue, 8 Feb 2022 10:34:14 +0900 (JST)
Subject: [ruby-changes:71120] 2a30ddd9f3 (master): Remove extraneous "." in String#+@ documentation
https://git.ruby-lang.org/ruby.git/commit/?id=2a30ddd9f3 From 2a30ddd9f3551f9fa0422b3e215f6fbaa3c12799 Mon Sep 17 00:00:00 2001 From: Paarth Madan <paarth.madan@s...> Date: Wed, 2 Feb 2022 17:26:54 -0500 Subject: Remove extraneous "." in String#+@ documentation --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) https://github.com/ruby/ruby/blob/trunk/string.c#L2960 * * Returns +self+ if +self+ is not frozen. * - * Otherwise. returns <tt>self.dup</tt>, which is not frozen. + * Otherwise returns <tt>self.dup</tt>, which is not frozen. */ static VALUE str_uplus(VALUE str) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/