Explorar o código

Update LocalConnection.hx

Mark Knol %!s(int64=10) %!d(string=hai) anos
pai
achega
d2ec377965
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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> {