mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix typos in a doxygen comment [ci skip]
This commit is contained in:
parent
533bc77170
commit
3f9af8a9dc
1 changed files with 1 additions and 1 deletions
2
string.c
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue