Browse Source

Update Proxy.hx

Magic? Nehh
Mark Knol 10 năm trước cách đây
mục cha
commit
612f129b9a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
 	}
 
-}
+}