From 8ece90e07be7ffea969fbab95c50c0290bc01c5b Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 17:25:56 +0000 Subject: update rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- transcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transcode.c') 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. -- cgit