diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-05 17:25:56 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-05 17:25:56 +0000 |
| commit | 8ece90e07be7ffea969fbab95c50c0290bc01c5b (patch) | |
| tree | d9118d48fd0a9cdaf1f1985e1a7f5df7b8b27881 | |
| parent | dae7ab01f04a4857b7f911dbfbb852c196bc330d (diff) | |
| download | ruby-8ece90e07be7ffea969fbab95c50c0290bc01c5b.tar.gz ruby-8ece90e07be7ffea969fbab95c50c0290bc01c5b.tar.xz ruby-8ece90e07be7ffea969fbab95c50c0290bc01c5b.zip | |
update rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | transcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transcode.c b/transcode.c index 429c6f411..989807ca7 100644 --- a/transcode.c +++ b/transcode.c @@ -2341,7 +2341,7 @@ make_dummy_encoding(const char *name) * * returns the corresponding stateless encoding. * - * It returns nil if the argument is stateless encoding. + * It returns nil if the argument is not a stateful encoding. * * "corresponding stateless encoding" is a stateless encoding which * can represent all characters in the statefull encoding. |
