Quellcode durchsuchen

copy-pasted leftovers in Compiler.nullSafety doc [skip ci]

Aleksandr Kuzmenko vor 5 Jahren
Ursprung
Commit
9e0b0aded8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      std/haxe/macro/Compiler.hx

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

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