io.c: fix typo in rdoc comment

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
davidflanagan 2007-12-21 21:10:55 +00:00
parent b211ed6460
commit ac42f7adf9
2 changed files with 5 additions and 1 deletions

2
io.c
View file

@ -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.
*/