Fix typo (newsString -> new String)

This commit is contained in:
Zopolis4 2025-05-10 20:48:35 +10:00 committed by Hiroshi SHIBATA
parent 98667f82d2
commit 915d027738
Notes: git 2025-05-10 22:07:22 +00:00

View File

@ -8723,7 +8723,7 @@ rb_ary_deconstruct(VALUE ary)
* - #collect! (aliased as #map!): Replaces each element with a block return-value.
* - #flatten: Returns an array that is a recursive flattening of +self+.
* - #inspect (aliased as #to_s): Returns a new String containing the elements.
* - #join: Returns a newsString containing the elements joined by the field separator.
* - #join: Returns a new String containing the elements joined by the field separator.
* - #to_a: Returns +self+ or a new array containing all elements.
* - #to_ary: Returns +self+.
* - #to_h: Returns a new hash formed from the elements.