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:
parent
546730b76b
commit
2a30ddd9f3
Notes:
git
2022-02-08 10:34:22 +09:00
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue