[DOC] Fix a typo in "Open Options" section of IO

The word "and" was missing.
This commit is contained in:
Herwin 2023-09-10 12:33:48 +02:00 коммит произвёл GitHub
Родитель f2102e4015
Коммит b926ac51cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
io.c
Просмотреть файл

@ -14716,7 +14716,7 @@ set_LAST_READ_LINE(VALUE val, ID _x, VALUE *_y)
* #path method. * #path method.
* *
* Also available are the options offered in String#encode, * Also available are the options offered in String#encode,
* which may control conversion between external internal encoding. * which may control conversion between external and internal encoding.
* *
* == Basic \IO * == Basic \IO
* *