diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-10-22 17:29:28 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-11-10 14:36:14 +0100 |
commit | 1b163c6230ecd78526bb404fb2b7cc04985df2d9 (patch) | |
tree | 22e0986bbbc14ac9ad5545bfe7b238b8922e1197 /tactics | |
parent | bde12b7066d7d1f3849d529428b2be3343a27787 (diff) |
Typo.
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 |