aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Coqlib.v
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Coqlib.v')
-rw-r--r--lib/Coqlib.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Coqlib.v b/lib/Coqlib.v
index 380ac738..75e158bd 100644
--- a/lib/Coqlib.v
+++ b/lib/Coqlib.v
@@ -1104,7 +1104,7 @@ Proof.
induction 1; intros. auto. apply IHis_tail. eapply is_tail_cons_left; eauto.
Qed.
-(** [list_forall2 P [x1 ... xN] [y1 ... yM] holds iff [N = M] and
+(** [list_forall2 P [x1 ... xN] [y1 ... yM]] holds iff [N = M] and
[P xi yi] holds for all [i]. *)
Section FORALL2.