ruby-changes:70778
From: Nobuyoshi <ko1@a...>
Date: Fri, 7 Jan 2022 23:56:18 +0900 (JST)
Subject: [ruby-changes:70778] 3f9af8a9dc (master): [DOC] Fix typos in a doxygen comment [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=3f9af8a9dc From 3f9af8a9dc2c5d06b0875d2917dc9a1db12b03b2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 7 Jan 2022 23:55:59 +0900 Subject: [DOC] Fix typos in a doxygen comment [ci skip] --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index a3aac2fcbf3..d1b2e5aee0e 100644 --- a/string.c +++ b/string.c @@ -9464,7 +9464,7 @@ chompped_length(VALUE str, VALUE rs) https://github.com/ruby/ruby/blob/trunk/string.c#L9464 /*! * Returns the separator for arguments of rb_str_chomp. * - * @return returns rb_ps ($/) as default, the default value of rb_ps ($/) is "\n". + * @return returns rb_rs ($/) as default, the default value of rb_rs ($/) is "\n". */ static VALUE chomp_rs(int argc, const VALUE *argv) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/