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 --- theories/FSets/FMapAVL.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/FSets') diff --git a/theories/FSets/FMapAVL.v b/theories/FSets/FMapAVL.v index fa33c1bf4..fe08960ad 100644 --- a/theories/FSets/FMapAVL.v +++ b/theories/FSets/FMapAVL.v @@ -270,7 +270,7 @@ Fixpoint elements_aux (acc : list (key*elt)) m : list (key*elt) := | Node l x d r _ => elements_aux ((x,d) :: elements_aux acc r) l end. -(** then [elements] is an instanciation with an empty [acc] *) +(** then [elements] is an instantiation with an empty [acc] *) Definition elements := elements_aux nil. -- cgit v1.2.3