소스 검색

Documentation typo fix

Decided to remove the incorrectly spelled version of the sentence since it's already mentioned (and spelled correctly) in the previous part of the sentence.
Gama11 10 년 전
부모
커밋
cb05c75814
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
 		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 ) {
 		load("add_resource",2)(untyped name.__s,data.getData());