From 745c5325d79e754faecd0e1db75744f436f61a3b Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Thu, 1 Sep 2016 21:59:17 +0200 Subject: Typo. --- tactics/tactics.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tactics/tactics.ml b/tactics/tactics.ml index f47141efbc..8dfb526325 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -1475,7 +1475,7 @@ let default_elim with_evars clear_flag (c,_ as cx) = begin function (e, info) -> match e with | IsNonrec -> (* For records, induction principles aren't there by default - anymore. Instead, we do a case analysis instead. *) + anymore. Instead, we do a case analysis. *) general_case_analysis with_evars clear_flag cx | e -> Proofview.tclZERO ~info e end -- cgit v1.2.3