1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove extraneous "." in String#+@ documentation

This commit is contained in:
Paarth Madan 2022-02-02 17:26:54 -05:00 committed by Nobuyoshi Nakada
parent 546730b76b
commit 2a30ddd9f3
Notes: git 2022-02-08 10:34:22 +09:00

View file

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