Преглед изворни кода

Update SocketConnection.hx

Mark Knol пре 10 година
родитељ
комит
245dd643c1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/haxe/remoting/SocketConnection.hx

+ 1 - 1
std/haxe/remoting/SocketConnection.hx

@@ -23,7 +23,7 @@ package haxe.remoting;
 import haxe.remoting.SocketProtocol.Socket;
 
 /**
-	Allows remoting communications over an XMLSocket
+	Allows remoting communications over a socket connection
 */
 class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnection> {