ソースを参照

Merge pull request #552 from takman1/patch-1

Update README.md
walkor 5 年 前
コミット
db063b0c79
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -113,7 +113,7 @@ $tcp_worker->onMessage = function ($connection, $data) {
     $connection->send("Hello $data \n");
 };
 
-// Emitted when new connection come
+// Emitted when connection is closed
 $tcp_worker->onClose = function ($connection) {
     echo "Connection closed\n";
 };