浏览代码

MacroType doc fix

Simon Krajewski 13 年之前
父节点
当前提交
2830d0b58b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/macro/MacroType.hx

+ 1 - 1
std/haxe/macro/MacroType.hx

@@ -26,7 +26,7 @@ package haxe.macro;
 
 /**
 	This type is meant to be used to generate custom types using a macro.
-	For instance by doing MacroType<"my.Class.myMacro(55)">
+	For instance by doing MacroType<[my.Class.myMacro(55)]>
 **/
 extern class MacroType<Const> {
 }