Browse Source

Removed useless TODO

Taddeus Kroes 11 năm trước cách đây
mục cha
commit
70b281951a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      types.ml

+ 0 - 1
types.ml

@@ -50,7 +50,6 @@ type statement =
   (* @keyframes <id> { <rulesets> } *)
   | Supports of condition * statement list
   (* @supports <condition> { <rulesets> } *)
-  (* TODO: @document *)
 
 type stylesheet = statement list