summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index a4b811511e..e4e82516d2 100644
--- a/parse.y
+++ b/parse.y
@@ -6130,10 +6130,10 @@ heredoc_dedent(struct parser_params *p, VALUE array)
/*
* call-seq:
- * Ripper.dedent_string(input, width) -> string
+ * Ripper.dedent_string(input, width) -> Integer
*
- * Strips leading +width+ whitespaces from +input+, and returns
- * stripped column width.
+ * Strips up to +width+ leading whitespaces from +input+,
+ * and returns the stripped column width.
*/
static VALUE
parser_dedent_string(VALUE self, VALUE input, VALUE width)