Alexander Kuzmenko 6 лет назад
Родитель
Сommit
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) {