Taddeus Kroes пре 11 година
родитељ
комит
70b281951a
1 измењених фајлова са 0 додато и 1 уклоњено
  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