diff options
| author | Jason Gross | 2014-08-12 11:03:05 -0400 |
|---|---|---|
| committer | Pierre Boutillier | 2014-08-25 15:22:40 +0200 |
| commit | 876b1b39a0304c93c2511ca8dd34353413e91c9d (patch) | |
| tree | 348c5630f0b35edf53fe4010587b61e615df03af /library | |
| parent | a061b4d11fc681182b5bb946aa84d17d0b812225 (diff) | |
instanciation is French, instantiation is English
Diffstat (limited to 'library')
| -rw-r--r-- | library/universes.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/universes.ml b/library/universes.ml index b6c891c2f1..a3be640ff0 100644 --- a/library/universes.ml +++ b/library/universes.ml @@ -805,7 +805,7 @@ let normalize_context_set ctx us algs = in (noneqs, ucstrsl', ucstrsr')) noneqs (Constraint.empty, LMap.empty, LMap.empty) in - (* Now we construct the instanciation of each variable. *) + (* Now we construct the instantiation of each variable. *) let ctx', us, algs, inst, noneqs = minimize_univ_variables ctx us algs ucstrsr ucstrsl noneqs in |
