summaryrefslogtreecommitdiffstats
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
commitbae2bb18af36fe61f2d39600758de4cced94b93f (patch)
tree91993eb4a2e1bf546f815f05dd47473b47d0e269 /encoding.c
parent21cb75ddf84dfc20900b202a5bdc4ff49fc80fc6 (diff)
downloadruby-bae2bb18af36fe61f2d39600758de4cced94b93f.tar.gz
ruby-bae2bb18af36fe61f2d39600758de4cced94b93f.tar.xz
ruby-bae2bb18af36fe61f2d39600758de4cced94b93f.zip
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: http://svn.ruby-lang.org/repos/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 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