diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-01-07 23:55:59 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-01-07 23:55:59 +0900 |
commit | 3f9af8a9dc2c5d06b0875d2917dc9a1db12b03b2 (patch) | |
tree | 19130a50a7d3df59e2faa80cca7938f4bc1c7cc0 | |
parent | 533bc771705381c39ca0ac97d116f5c2ed452237 (diff) |
[DOC] Fix typos in a doxygen comment [ci skip]
-rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |