浏览代码

Update std/haxe/Unit.hx

Co-authored-by: Zeta <[email protected]>
Simon Krajewski 5 月之前
父节点
当前提交
ffd8af53f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;