فهرست منبع

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");
     $connection->send("Hello $data \n");
 };
 };
 
 
-// Emitted when new connection come
+// Emitted when connection is closed
 $tcp_worker->onClose = function ($connection) {
 $tcp_worker->onClose = function ($connection) {
     echo "Connection closed\n";
     echo "Connection closed\n";
 };
 };