diff --git a/process.c b/process.c index 6bc5131922..9a7b73894c 100644 --- a/process.c +++ b/process.c @@ -474,7 +474,7 @@ rb_last_status_get(void) /* * call-seq: - * Process.last_status -> Process::Status + * Process.last_status -> Process::Status or nil * * Return the status of the last executed child process in the * current thread.