.
[tatoo.git] / src / ata.mli
index 443bb0b..2ce476d 100644 (file)
@@ -165,13 +165,13 @@ val merge : t -> t -> t
 *)
 
 val union : t -> t -> t
-(** [union a a'] creates a new automaton [a''] that selects node
+(** [union a a'] creates a new automaton [a''] that selects nodes
     selected by either [a] or [a']
 *)
 
 val inter : t -> t -> t
-(** [inter a a'] creates a new automaton [a''] that selects node
-    selected by both [a] and [a']
+(** [inter a a'] creates a new automaton [a''] that selects nodes
+    selected both by [a] and [a']
 *)
 
 val neg : t -> t
@@ -207,7 +207,7 @@ sig
   val finalize : t  -> auto
 (** Finalize the automaton and return it. Clean-up unused states
     (states that do not occur in any transitions and remove
-    instantes of negative [move] atoms by creating fresh states
+    instances of negative [move] atoms by creating fresh states
     that accept the complement of the negated state.  *)
 end
   (** Builder facility for the automaton *)