зеркало из https://github.com/github/ruby.git
[DOC] Fix typo in docs of IO: `#.` -> `$.`
This commit is contained in:
Родитель
b43cc51dca
Коммит
cd0b8d2441
2
io.c
2
io.c
|
@ -15059,7 +15059,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
|
|||
* # => 41
|
||||
* f.close
|
||||
*
|
||||
* - When a stream is read, <tt>#.</tt> is set to the line number for that stream:
|
||||
* - When a stream is read, <tt>$.</tt> is set to the line number for that stream:
|
||||
*
|
||||
* f0 = File.new('t.txt')
|
||||
* f1 = File.new('t.dat')
|
||||
|
|
Загрузка…
Ссылка в новой задаче