mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix typo (newsString -> new String)
This commit is contained in:
parent
98667f82d2
commit
915d027738
Notes:
git
2025-05-10 22:07:22 +00:00
1 changed files with 1 additions and 1 deletions
2
array.c
2
array.c
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue