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

Update SocketConnection.hx

Mark Knol 10 жил өмнө
parent
commit
245dd643c1

+ 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> {