Alexander Kuzmenko 6 年之前
父節點
當前提交
a88ae827d7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      std/haxe/macro/Compiler.hx

+ 0 - 1
std/haxe/macro/Compiler.hx

@@ -389,7 +389,6 @@ class Compiler {
 		Enables null safety for a type or a package.
 
 		@param path A package, module or sub-type dot path to keep.
-		@param paths An Array of package, module or sub-type dot paths to keep.
 		@param recursive If true, recurses into sub-packages for package paths.
 	**/
 	public static function nullSafety(path : String, ?recursive:Bool = true) {