diff options
Diffstat (limited to 'tactics')
-rw-r--r-- | tactics/ftactic.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/ftactic.ml b/tactics/ftactic.ml index fea0432ae..a688b9487 100644 --- a/tactics/ftactic.ml +++ b/tactics/ftactic.ml @@ -16,7 +16,7 @@ type 'a focus = (** Type of tactics potentially goal-dependent. If it contains a [Depends], then the length of the inner list is guaranteed to be the number of - currently focussed goals. Otherwise it means the tactic does not depends + currently focussed goals. Otherwise it means the tactic does not depend on the current set of focussed goals. *) type 'a t = 'a focus Proofview.tactic |