Skip to content

Commit 915d027

Browse files
Zopolis4hsbt
authored andcommitted
Fix typo (newsString -> new String)
1 parent 98667f8 commit 915d027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8723,7 +8723,7 @@ rb_ary_deconstruct(VALUE ary)
87238723
* - #collect! (aliased as #map!): Replaces each element with a block return-value.
87248724
* - #flatten: Returns an array that is a recursive flattening of +self+.
87258725
* - #inspect (aliased as #to_s): Returns a new String containing the elements.
8726-
* - #join: Returns a newsString containing the elements joined by the field separator.
8726+
* - #join: Returns a new String containing the elements joined by the field separator.
87278727
* - #to_a: Returns +self+ or a new array containing all elements.
87288728
* - #to_ary: Returns +self+.
87298729
* - #to_h: Returns a new hash formed from the elements.

0 commit comments

Comments
 (0)