From 3f9af8a9dc2c5d06b0875d2917dc9a1db12b03b2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 7 Jan 2022 23:55:59 +0900 Subject: [PATCH] [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 a3aac2fcbf..d1b2e5aee0 100644 --- a/string.c +++ b/string.c @@ -9464,7 +9464,7 @@ chompped_length(VALUE str, VALUE rs) /*! * 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)