From ac42f7adf953fb6af1ac72cd07438b3ecefbea1c Mon Sep 17 00:00:00 2001 From: davidflanagan Date: Fri, 21 Dec 2007 21:10:55 +0000 Subject: io.c: fix typo in rdoc comment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 567e7b5d5d..5cd7f7c14d 100644 --- a/io.c +++ b/io.c @@ -5686,7 +5686,7 @@ rb_io_s_read(int argc, VALUE *argv, VALUE io) /* * call-seq: - * io.externalencoding => encoding + * io.external_encoding => encoding * * Returns the Encoding object that represents the encoding of the file. */ -- cgit v1.2.3