This commit is contained in:
BurdetteLamar 2024-08-02 17:09:33 +01:00 коммит произвёл Peter Zhu
Родитель 47c45d5c18
Коммит be959c040e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1163,7 +1163,7 @@ rb_ary_initialize(int argc, VALUE *argv, VALUE ary)
}
/*
* Returns a new +Array+ object, populated with the given objects:
* Returns a new array, populated with the given objects:
*
* Array[1, 'a', /^A/] # => [1, "a", /^A/]
* Array[] # => []