[DOC] Fix docs rendering for Process._fork [ci skip]

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Matheus Richard 2021-12-14 19:15:02 -03:00 коммит произвёл GitHub
Родитель aa7c4c37d7
Коммит b563f12297
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4349,8 +4349,8 @@ rb_call_proc__fork(void)
* Process._fork -> integer
*
* An internal API for fork. Do not call this method directly.
* Currently, this is called via +Kernel.#fork+, +Process.fork+, and
* +popen+ with +"-"+.
* Currently, this is called via Kernel#fork, Process.fork, and
* IO.popen with <tt>"-"</tt>.
*
* This method is not for casual code but for application monitoring
* libraries. You can add custom code before and after fork events