Browse Source

fix haxe.maco.Constant value documentation (#5334)

Missed one! Sorry!
Mark Knol 9 năm trước cách đây
mục cha
commit
166b36e32c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/haxe/macro/Expr.hx

+ 1 - 1
std/haxe/macro/Expr.hx

@@ -71,7 +71,7 @@ enum Constant {
 	**/
 	CIdent( s : String );
 
-	/*
+	/**
 		Represents a regular expression literal.
 
 		Example: `~/haxe/i`