Browse Source

Update SocketConnection.hx

Mark Knol 10 years ago
parent
commit
245dd643c1
1 changed files with 1 additions and 1 deletions
  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> {