Explorar el Código

Update std/haxe/Unit.hx

Co-authored-by: Zeta <[email protected]>
Simon Krajewski hace 5 meses
padre
commit
ffd8af53f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/haxe/Unit.hx

+ 1 - 1
std/haxe/Unit.hx

@@ -23,7 +23,7 @@
 package haxe;
 
 /**
-	A unit type which can only be `null` at run-time.
+	A unit type that only has one value.
 **/
 enum Unit {
 	Unit;