Browse Source

Update std/haxe/Unit.hx

Co-authored-by: Zeta <[email protected]>
Simon Krajewski 5 tháng trước cách đây
mục cha
commit
ffd8af53f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;