summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index 548dda6d4a..c63bfb3b93 100644
--- a/array.c
+++ b/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\"]"
*/