зеркало из https://github.com/github/ruby.git
string.c: fix typos
* string.c: [DOC] fix typos in doxygen comments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
086015a5cb
Коммит
3262f4910f
4
string.c
4
string.c
|
@ -8323,7 +8323,7 @@ chompped_length(VALUE str, VALUE rs)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* 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".
|
* @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 prefix)
|
||||||
*
|
*
|
||||||
* @param str the target
|
* @param str the target
|
||||||
* @param suffix the suffix
|
* @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
|
* @retval Positive-Integer otherwise
|
||||||
*/
|
*/
|
||||||
static long
|
static long
|
||||||
|
|
Загрузка…
Ссылка в новой задаче