зеркало из https://github.com/github/ruby.git
Remove extraneous "." in String#+@ documentation
This commit is contained in:
Родитель
546730b76b
Коммит
2a30ddd9f3
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче