From c837fe405611cc24faa88f677bd186978fdc97ec Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 6 Aug 2013 07:04:00 +0000 Subject: string.c: fix typo * string.c (rb_str_ellipsize): [DOC] fix typo, "encoding" instead of "encoded" which is probably a slip of the auto-completion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.c b/string.c index 391778a102..b85fb5d960 100644 --- a/string.c +++ b/string.c @@ -7846,7 +7846,7 @@ rb_str_is_ascii_only_p(VALUE str) * \pre _len_ must not be negative. * \post the length of the returned string in characters is less than or equal to _len_. * \post If the length of _str_ is less than or equal _len_, returns _str_ itself. - * \post the encoded of returned string is equal to the encoded of _str_. + * \post the encoding of returned string is equal to the encoding of _str_. * \post the class of returned string is equal to the class of _str_. * \note the length is counted in characters. */ -- cgit v1.2.3