Skip to content
Snippets Groups Projects
Commit 2c67e517 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix a typo

parent 17d49675
No related branches found
No related tags found
No related merge requests found
Pipeline #63533 passed
......@@ -27,7 +27,7 @@ Global Hint Extern 1001 => progress subst : subst. (** backtracking on this one
be very bad, so use with care! *)
(** The tactic [intuition] expands to [intuition auto with *] by default. This
is rather efficient when having big hint databases, or expensive [Hint Extern]
is rather inefficient when having big hint databases, or expensive [Hint Extern]
declarations as the ones above. *)
Tactic Notation "intuition" := intuition auto.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment