From bb9116281ba8bc9e9d1bf0c72e75bea79cf0f89b Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Tue, 26 Aug 2025 13:23:33 -0500 Subject: [DOC] Tweaks for String#ljust --- string.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index e022831ba5..709ada47db 100644 --- a/string.c +++ b/string.c @@ -11075,12 +11075,10 @@ rb_str_justify(int argc, VALUE *argv, VALUE str, char jflag) /* * call-seq: - * ljust(size, pad_string = ' ') -> new_string + * ljust(width, pad_string = ' ') -> new_string * * :include: doc/string/ljust.rdoc * - * Related: String#rjust, String#center. - * */ static VALUE -- cgit v1.2.3