[DOC] Fix typos in Array#{to_s,inspect} doc [ci skip]
This commit is contained in:
parent
e2d97cffe5
commit
ce477089f6
2
array.c
2
array.c
@ -2443,7 +2443,7 @@ inspect_ary(VALUE ary, VALUE dummy, int recur)
|
|||||||
* ary.to_s -> string
|
* ary.to_s -> string
|
||||||
*
|
*
|
||||||
* Creates a string representation of +self+, by calling #inspect
|
* Creates a string representation of +self+, by calling #inspect
|
||||||
* method on each elements.
|
* on each element.
|
||||||
*
|
*
|
||||||
* [ "a", "b", "c" ].to_s #=> "[\"a\", \"b\", \"c\"]"
|
* [ "a", "b", "c" ].to_s #=> "[\"a\", \"b\", \"c\"]"
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user