We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98667f8 commit 915d027Copy full SHA for 915d027
array.c
@@ -8723,7 +8723,7 @@ rb_ary_deconstruct(VALUE ary)
8723
* - #collect! (aliased as #map!): Replaces each element with a block return-value.
8724
* - #flatten: Returns an array that is a recursive flattening of +self+.
8725
* - #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.
+ * - #join: Returns a new String containing the elements joined by the field separator.
8727
* - #to_a: Returns +self+ or a new array containing all elements.
8728
* - #to_ary: Returns +self+.
8729
* - #to_h: Returns a new hash formed from the elements.
0 commit comments