mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix typos in Array#{to_s,inspect} doc [ci skip]
This commit is contained in:
parent
e2d97cffe5
commit
ce477089f6
1 changed files with 1 additions and 1 deletions
2
array.c
2
array.c
|
@ -2443,7 +2443,7 @@ inspect_ary(VALUE ary, VALUE dummy, int recur)
|
|||
* ary.to_s -> string
|
||||
*
|
||||
* Creates a string representation of +self+, by calling #inspect
|
||||
* method on each elements.
|
||||
* on each element.
|
||||
*
|
||||
* [ "a", "b", "c" ].to_s #=> "[\"a\", \"b\", \"c\"]"
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue