Correct TP algorithm with fixed point (to be tested).
[tatoo.git] / src / formula.mli
index 7ec7320..bea2ff5 100644 (file)
@@ -44,7 +44,7 @@ val expr : t -> t expr
 (** Equality over formulae *)
 
 val st : t -> StateSet.t * StateSet.t * StateSet.t
-(** states occuring self, left and right, positively or negatively *)
+(** States occuring self, left and right, positively or negatively *)
 
 val compare : t -> t -> int
 (** Comparison of formulae *)