Skip to content

Commit db59fe2

Browse files
authored
Fix typo
1 parent aae49d7 commit db59fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ $process->start($loop);
256256

257257
$loop->addTimer(2.0, function () use ($process) {
258258
$process->stdin->close();
259-
$process->stout->close();
259+
$process->stdout->close();
260260
$process->stderr->close();
261261
$process->terminate(SIGKILL);
262262
});

0 commit comments

Comments
 (0)