Skip to content

Commit 7ac8a5d

Browse files
authored
Merge pull request #59 from iamluc/patch-1
Fix typo
2 parents aae49d7 + db59fe2 commit 7ac8a5d

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)