浏览代码

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;
 
 /**
-    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> {