Browse Source

Add ':' to buildXml

Hugh Sanderson 12 năm trước cách đây
mục cha
commit
eaa2843461
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ast.ml

+ 1 - 1
ast.ml

@@ -147,7 +147,7 @@ module Meta = struct
 		| Bind -> ":bind"
 		| Bitmap -> ":bitmap"
 		| Build -> ":build"
-		| BuildXml -> "buildXml"
+		| BuildXml -> ":buildXml"
 		| Class -> ":class"
 		| ClassCode -> ":classCode"
 		| Commutative -> ":commutative"