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 self.to_s.end_with?; see String#end_with?.