diff --git a/string.c b/string.c index a4fd51cac1..60cb5542ce 100644 --- a/string.c +++ b/string.c @@ -9023,8 +9023,8 @@ rb_str_strip_bang(VALUE str) * * " hello ".strip #=> "hello" * "\tgoodbye\r\n".strip #=> "goodbye" - * "hello".strip #=> "hello" * "\x00\t\n\v\f\r ".strip #=> "" + * "hello".strip #=> "hello" */ static VALUE