aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/array.c b/array.c
index 7d10c1b7bd..86f7227ea8 100644
--- a/array.c
+++ b/array.c
@@ -1323,6 +1323,7 @@ rb_ary_cat(VALUE ary, const VALUE *argv, long len)
/*
* call-seq:
* array.push(*objects) -> self
+ * array.append(*objects) -> self
*
* Appends trailing elements.
*