소스 검색

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