diff options
author | Benoit Daloze <[email protected]> | 2019-09-29 11:04:28 +0200 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2019-09-29 11:04:28 +0200 |
commit | ce477089f690d3bedcaef088158b429db8a97d64 (patch) | |
tree | 92da1e85b24a9ff795e83fe51e1e59d1d12e09ec | |
parent | e2d97cffe5aecc88f3fc4dc7be9a7b3a57bede87 (diff) |
[DOC] Fix typos in Array#{to_s,inspect} doc [ci skip]
-rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\"]" */ |