Alexander Kuzmenko 6 năm trước cách đây
mục cha
commit
a88ae827d7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {