[DOC] Fix layout in documentation of IO#fcntl

This commit is contained in:
Herwin 2023-09-02 18:49:40 +02:00 коммит произвёл GitHub
Родитель 8cd62fbc17
Коммит f867e936a9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -11372,7 +11372,7 @@ rb_fcntl(VALUE io, VALUE req, VALUE arg)
* a file-oriented I/O stream. Arguments and results are platform
* dependent.
*
* If +argument is a number, its value is passed directly;
* If +argument+ is a number, its value is passed directly;
* if it is a string, it is interpreted as a binary sequence of bytes.
* (Array#pack might be a useful way to build this string.)
*