aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/class_tactics.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/class_tactics.mli')
-rw-r--r--tactics/class_tactics.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli
index 2fb0bbb04..8db264ad9 100644
--- a/tactics/class_tactics.mli
+++ b/tactics/class_tactics.mli
@@ -31,7 +31,7 @@ val not_evar : constr -> unit Proofview.tactic
val is_ground : constr -> tactic
val autoapply : constr -> Hints.hint_db_name -> tactic
-
+
module Search : sig
val eauto_tac :
?st:Names.transparent_state ->
@@ -41,7 +41,7 @@ module Search : sig
depth:Int.t option ->
(** Bounded or unbounded search *)
dep:bool ->
- (** Should the tactic be made backtracking on the initial goals,
+ (** Should the tactic be made backtracking on the initial goals,
whatever their internal dependencies are. *)
Hints.hint_db list ->
(** The list of hint databases to use *)