From 076dc26e81db1cfdbb47b0fb790c696b5a4cbd5b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 2 May 2016 03:53:34 +0000 Subject: string.c: fix doc * string.c (rb_str_concat): [DOC] fix the indefinite article, for replacement from Fixnum to Integer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 442776c85c..a22505f592 100644 --- a/string.c +++ b/string.c @@ -2728,7 +2728,7 @@ rb_str_concat_literals(size_t num, const VALUE *strary) * str << obj -> str * str.concat(obj) -> str * - * Append---Concatenates the given object to str. If the object is a + * Append---Concatenates the given object to str. If the object is an * Integer, it is considered as a codepoint, and is converted * to a character before concatenation. * -- cgit v1.2.3