summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index e5af3f0c82..eefa6f397c 100644
--- a/string.c
+++ b/string.c
@@ -11845,7 +11845,7 @@ sym_start_with(int argc, VALUE *argv, VALUE sym)
/*
* call-seq:
- * end_with?(*string_or_regexp) -> true or false
+ * end_with?(*strings) -> true or false
*
*
* Equivalent to <tt>self.to_s.end_with?</tt>; see String#end_with?.