ruby-changes:48589
From: stomar <ko1@a...>
Date: Wed, 8 Nov 2017 05:11:13 +0900 (JST)
Subject: [ruby-changes:48589] stomar:r60707 (trunk): string.c: fix typos
stomar 2017-11-08 05:11:09 +0900 (Wed, 08 Nov 2017) New Revision: 60707 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60707 Log: string.c: fix typos * string.c: [DOC] fix typos in doxygen comments. Modified files: trunk/string.c Index: string.c =================================================================== --- string.c (revision 60706) +++ string.c (revision 60707) @@ -8323,7 +8323,7 @@ chompped_length(VALUE str, VALUE rs) https://github.com/ruby/ruby/blob/trunk/string.c#L8323 } /*! - * Returns the seperator 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". */ @@ -9388,7 +9388,7 @@ rb_str_delete_prefix(VALUE str, VALUE pr https://github.com/ruby/ruby/blob/trunk/string.c#L9388 * * @param str the target * @param suffix the suffix - * @retval 0 if the given <i>str</i> does not end with the given suffix</i> + * @retval 0 if the given <i>str</i> does not end with the given <i>suffix</i> * @retval Positive-Integer otherwise */ static long -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/