From af7f9de4b9fa4f1e2edddb340c66f5a4201ca62e Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 19 Oct 2018 21:35:51 +0000 Subject: array.c, file.c, string.c: [DOC] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 5fb2d2bdb7..f61243d8bb 100644 --- a/string.c +++ b/string.c @@ -2975,7 +2975,7 @@ rb_str_concat_literals(size_t num, const VALUE *strary) /* * call-seq: - * str.concat(obj1, obj2,...) -> str + * str.concat(obj1, obj2, ...) -> str * * Concatenates the given object(s) to str. If an object is an * Integer, it is considered a codepoint and converted @@ -3095,7 +3095,7 @@ rb_str_concat(VALUE str1, VALUE str2) /* * call-seq: - * str.prepend(other_str1, other_str2,...) -> str + * str.prepend(other_str1, other_str2, ...) -> str * * Prepend---Prepend the given strings to str. * @@ -6683,7 +6683,7 @@ rb_str_downcase_bang(int argc, VALUE *argv, VALUE str) * This option cannot be combined with any other option. * :turkic :: * Full Unicode case mapping, adapted for Turkic languages - * (Turkish, Azerbaijani,...). This means that upper case I is mapped to + * (Turkish, Azerbaijani, ...). This means that upper case I is mapped to * lower case dotless i, and so on. * :lithuanian :: * Currently, just full Unicode case mapping. In the future, full Unicode -- cgit v1.2.3