ruby-changes:22842
From: tadf <ko1@a...>
Date: Sat, 3 Mar 2012 12:29:12 +0900 (JST)
Subject: [ruby-changes:22842] tadf:r34891 (trunk): trivial changes
tadf 2012-03-03 12:29:01 +0900 (Sat, 03 Mar 2012) New Revision: 34891 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34891 Log: trivial changes Modified files: trunk/range.c trunk/transcode.c Index: range.c =================================================================== --- range.c (revision 34890) +++ range.c (revision 34891) @@ -1037,7 +1037,7 @@ * end * end * - * A example of using <code>Xs</code> to construct a range: + * An example of using <code>Xs</code> to construct a range: * * r = Xs.new(3)..Xs.new(6) #=> xxx..xxxxxx * r.to_a #=> [xxx, xxxx, xxxxx, xxxxxx] Index: transcode.c =================================================================== --- transcode.c (revision 34890) +++ transcode.c (revision 34891) @@ -2939,7 +2939,7 @@ * * Returns nil if the argument is an ASCII compatible encoding. * - * "corresponding ASCII compatible encoding" is a ASCII compatible encoding which + * "corresponding ASCII compatible encoding" is an ASCII compatible encoding which * can represents exactly the same characters as the given ASCII incompatible encoding. * So, no conversion undefined error occurs when converting between the two encodings. * @@ -3582,7 +3582,7 @@ * primitive_convert converts source_buffer into destination_buffer. * * source_buffer should be a string or nil. - * nil means a empty string. + * nil means an empty string. * * destination_buffer should be a string. * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/