From 876b1b39a0304c93c2511ca8dd34353413e91c9d Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 12 Aug 2014 11:03:05 -0400 Subject: instanciation is French, instantiation is English --- test-suite/success/unification.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite') diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v index 2490792948..296686e16e 100644 --- a/test-suite/success/unification.v +++ b/test-suite/success/unification.v @@ -101,7 +101,7 @@ apply H. Qed. (* Feature deactivated in commit 14189 (see commit log) -(* Test instanciation of evars by unification *) +(* Test instantiation of evars by unification *) Goal (forall x, 0 + x = 0 -> True) -> True. intros; eapply H. -- cgit v1.2.3