diff options
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 |
