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:
parent
b211ed6460
commit
ac42f7adf9
@ -1,3 +1,7 @@
|
|||||||
|
Sat Dec 22 06:09:12 2007 David Flanagan <david@davidflanagan.com>
|
||||||
|
|
||||||
|
* io.c: fix typo in rdoc comment
|
||||||
|
|
||||||
Sat Dec 22 05:09:43 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
Sat Dec 22 05:09:43 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
|
* parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
|
||||||
|
2
io.c
2
io.c
@ -5686,7 +5686,7 @@ rb_io_s_read(int argc, VALUE *argv, VALUE io)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* io.externalencoding => encoding
|
* io.external_encoding => encoding
|
||||||
*
|
*
|
||||||
* Returns the Encoding object that represents the encoding of the file.
|
* Returns the Encoding object that represents the encoding of the file.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user