Remove extraneous "." in String#+@ documentation

This commit is contained in:
Paarth Madan 2022-02-02 17:26:54 -05:00 коммит произвёл Nobuyoshi Nakada
Родитель 546730b76b
Коммит 2a30ddd9f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)