Fix in doc comment

This commit is contained in:
Guillaume Bury 2014-11-12 16:53:19 +01:00
parent b44c3c3559
commit aad20489cd

View file

@ -43,7 +43,7 @@ module type S = sig
val current_level : unit -> level
(** Return the current level of the theory (either the empty/beginning state, or the
last level returned by the assume] function). *)
last level returned by the [assume] function). *)
val assume : slice -> res
(** Assume the formulas in the slice, possibly pushing new formulas to be propagated,