[DOC] Fix typo in docs of IO: `#.` -> `$.`

This commit is contained in:
Herwin 2023-10-04 16:02:08 +02:00 коммит произвёл GitHub
Родитель b43cc51dca
Коммит cd0b8d2441
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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')