ソースを参照

Update ComplexTypeTools.hx

correct type path to ComplexType
Mark Knol 9 年 前
コミット
5bd02288c1
1 ファイル変更3 行追加3 行削除
  1. 3 3
      std/haxe/macro/ComplexTypeTools.hx

+ 3 - 3
std/haxe/macro/ComplexTypeTools.hx

@@ -26,8 +26,8 @@ import haxe.macro.Expr;
 
 /**
 	This class provides some utility methods to work with AST-level types. It is
-	best used through 'using haxe.macro.ComplexTypeTools' syntax and then provides
-	additional methods on `haxe.macro.Expr.ComplexType` instances.
+	best used through `using haxe.macro.ComplexTypeTools` syntax and then provides
+	additional methods on `haxe.macro.ComplexType` instances.
 **/
 class ComplexTypeTools {
 
@@ -51,4 +51,4 @@ class ComplexTypeTools {
 		return c == null ? null : Context.resolveType(c,Context.currentPos());
 
 	#end
-}
+}