Przeglądaj źródła

Update Proxy.hx

Magic? Nehh
Mark Knol 10 lat temu
rodzic
commit
612f129b9a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      std/haxe/remoting/Proxy.hx

+ 2 - 2
std/haxe/remoting/Proxy.hx

@@ -22,7 +22,7 @@
 package haxe.remoting;
 
 /**
-	This class is magic. When you extend it with a class C, it will automaticaly
+	When you extend it with a class C, it will automatically
 	create a stub class with all public methods forwarding remoting messages over
 	the connection.
 **/
@@ -34,4 +34,4 @@ class Proxy<T> {
 		__cnx = c;
 	}
 
-}
+}