瀏覽代碼

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