Sfoglia il codice sorgente

Update std/haxe/Unit.hx

Co-authored-by: Zeta <[email protected]>
Simon Krajewski 5 mesi fa
parent
commit
ffd8af53f4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;