diff --git a/string.c b/string.c index b770daf681..023545bace 100644 --- a/string.c +++ b/string.c @@ -6501,7 +6501,7 @@ rb_str_reverse_bang(VALUE str) /* * call-seq: - * include? other_string -> true or false + * include?(other_string) -> true or false * * Returns +true+ if +self+ contains +other_string+, +false+ otherwise: *