Remove extraneous "." in String#+@ documentation
This commit is contained in:
parent
546730b76b
commit
2a30ddd9f3
Notes:
git
2022-02-08 10:34:22 +09:00
2
string.c
2
string.c
@ -2960,7 +2960,7 @@ rb_str_freeze(VALUE str)
|
|||||||
*
|
*
|
||||||
* Returns +self+ if +self+ is not frozen.
|
* 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
|
static VALUE
|
||||||
str_uplus(VALUE str)
|
str_uplus(VALUE str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user