瀏覽代碼

Merge pull request #4587 from Gama11/patch-14

Documentation typo fix
Simon Krajewski 10 年之前
父節點
當前提交
fdce36a6bb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      std/haxe/macro/Context.hx

+ 2 - 2
std/haxe/macro/Context.hx

@@ -442,8 +442,8 @@ class Context {
 		
 		
 		Compilation server : when using the compilation server, the resource is bound
 		Compilation server : when using the compilation server, the resource is bound
 		to the Haxe module which calls the macro, so it will be included again if
 		to the Haxe module which calls the macro, so it will be included again if
-		that module is reused. If this resource concerns several modules, prefix your
-		ressource name with a $ sign, this will bind it to the macro module instead.
+		that module is reused. If this resource concerns several modules, prefix its
+		name with a $ sign, this will bind it to the macro module instead.
 	**/
 	**/
 	public static function addResource( name : String, data : haxe.io.Bytes ) {
 	public static function addResource( name : String, data : haxe.io.Bytes ) {
 		load("add_resource",2)(untyped name.__s,data.getData());
 		load("add_resource",2)(untyped name.__s,data.getData());