diff --git a/process.c b/process.c index 818b0257d4..399f0d7532 100644 --- a/process.c +++ b/process.c @@ -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 "-". * * This method is not for casual code but for application monitoring * libraries. You can add custom code before and after fork events