summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2025-08-26 13:23:33 -0500
committerGitHub <noreply@github.com>2025-08-26 14:23:33 -0400
commitbb9116281ba8bc9e9d1bf0c72e75bea79cf0f89b (patch)
tree312ccbb8d80dc7696c1512bf833c324c0bf9932c /string.c
parentd113bc5a6d5eb553f076a2f5dfdc974e63ea78da (diff)
[DOC] Tweaks for String#ljust
Diffstat (limited to 'string.c')
-rw-r--r--string.c4
1 files changed, 1 insertions, 3 deletions
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