From bae2bb18af36fe61f2d39600758de4cced94b93f Mon Sep 17 00:00:00 2001 From: duerst Date: Mon, 25 Feb 2008 01:42:47 +0000 Subject: Mon Feb 25 10:41:41 2008 Martin Duerst * encoding.c (Encoding#dummy): minor grammatical fixes in rdoc documentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index 813b4b506..19343ea7c 100644 --- a/encoding.c +++ b/encoding.c @@ -357,10 +357,10 @@ rb_enc_dummy_p(rb_encoding *enc) * call-seq: * enc.dummy? => true or false * - * Returns true for dummy encoding. - * A dummy encoding is a encoding which character handling is not properly + * Returns true for dummy encodings. + * A dummy encoding is an encoding for which character handling is not properly * implemented. - * It is used for stateful encoding. + * It is used for stateful encodings. * * Encoding::ISO_2022_JP.dummy? #=> true * Encoding::UTF_8.dummy? #=> false -- cgit