From cb52809ca124cb627293a666e8cbb44e031eeec1 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Tue, 21 Oct 2025 15:48:11 -0500 Subject: [DOC] Tweaks for String#scrub (#14892) --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 344b38d255..8f9d19fb54 100644 --- a/string.c +++ b/string.c @@ -11911,8 +11911,8 @@ enc_str_scrub(rb_encoding *enc, VALUE str, VALUE repl, int cr) /* * call-seq: - * scrub(replacement_string = default_replacement) -> new_string - * scrub{|bytes| ... } -> new_string + * scrub(replacement_string = default_replacement_string) -> new_string + * scrub{|sequence| ... } -> new_string * * :include: doc/string/scrub.rdoc * -- cgit v1.2.3