summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-25 01:42:47 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-25 01:42:47 +0000
commitad3577b59b7ba2b3f533bfcb697492fc9f56762f (patch)
tree91993eb4a2e1bf546f815f05dd47473b47d0e269 /encoding.c
parent42097d7ac1f86fda389eb66f6cbe5c57fc5ead9e (diff)
Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* encoding.c (Encoding#dummy): minor grammatical fixes in rdoc documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/encoding.c b/encoding.c
index 813b4b5062..19343ea7c9 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