소스 검색

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;