[DOC] Fix typos in a doxygen comment [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-01-07 23:55:59 +09:00
parent 533bc77170
commit 3f9af8a9dc
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -9464,7 +9464,7 @@ chompped_length(VALUE str, VALUE rs)
/*! /*!
* Returns the separator for arguments of rb_str_chomp. * 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 static VALUE
chomp_rs(int argc, const VALUE *argv) chomp_rs(int argc, const VALUE *argv)