ruby-changes:68274
From: git <ko1@a...>
Date: Wed, 6 Oct 2021 00:41:03 +0900 (JST)
Subject: [ruby-changes:68274] 1bf3f3f4da (master): * remove trailing spaces. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=1bf3f3f4da From 1bf3f3f4da9df58ac32de76036f9e66e5013a142 Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Wed, 6 Oct 2021 00:40:54 +0900 Subject: * remove trailing spaces. [ci skip] --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index f95722b8d4..7890e6cc88 100644 --- a/string.c +++ b/string.c @@ -3209,7 +3209,7 @@ rb_str_concat_multi(int argc, VALUE *argv, VALUE str) https://github.com/ruby/ruby/blob/trunk/string.c#L3209 /* * call-seq: - * string << object -> string + * string << object -> string * * Concatenates +object+ to +self+ and returns +self+: * -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/