Эх сурвалжийг харах

Merge pull request #552 from takman1/patch-1

Update README.md
walkor 5 жил өмнө
parent
commit
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";
 };