summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
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