From 4936741799e338add76c812d0a47190a68c4e1ab 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: http://svn.ruby-lang.org/repos/ruby/trunk@14445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ io.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e5e89cbb..4ebd0538b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 22 06:09:12 2007 David Flanagan + + * io.c: fix typo in rdoc comment + Sat Dec 22 05:09:43 2007 NAKAMURA Usaku * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed. diff --git a/io.c b/io.c index 567e7b5d5..5cd7f7c14 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