diff --git a/types/process.luau b/types/process.luau index 9f5017f..678c1e1 100644 --- a/types/process.luau +++ b/types/process.luau @@ -61,7 +61,7 @@ local ChildProcessReader = {} read. This function may yield until there is new data to read from reader, if all data - has already been read. + till present has already been read, and the process has not exited. @return The buffer containing the data read from the reader ]=]