ソースを参照

Update LocalConnection.hx

Mark Knol 10 年 前
コミット
d2ec377965
1 ファイル変更1 行追加1 行削除
  1. 1 1
      std/haxe/remoting/LocalConnection.hx

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

@@ -22,7 +22,7 @@
 package haxe.remoting;
 package haxe.remoting;
 
 
 /**
 /**
-    Allows remoting communications over a LocalConnection
+    Allows communications to a different application that runs on the same client device
 */
 */
 class LocalConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
 class LocalConnection implements AsyncConnection implements Dynamic<AsyncConnection> {