Explorar o código

Update std/haxe/Unit.hx

Co-authored-by: Zeta <[email protected]>
Simon Krajewski hai 5 meses
pai
achega
ffd8af53f4
Modificáronse 1 ficheiros con 1 adicións e 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;