diff options
| author | Hugo Herbelin | 2020-01-20 08:45:18 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-01-21 00:20:49 +0100 |
| commit | 7e98fc9ee477505e3bb6d2c91a3d5d46d5fffbc5 (patch) | |
| tree | dd9f014f1c104bd7327278643b87abe53201742e /kernel | |
| parent | 64ea715e48b14ec8a793453b76db332e032d5cb0 (diff) | |
Typo in a comment of univ.mli.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/univ.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli index 1914ce5e34..f7c984870f 100644 --- a/kernel/univ.mli +++ b/kernel/univ.mli @@ -322,7 +322,7 @@ val in_punivs : 'a -> 'a puniverses val eq_puniverses : ('a -> 'a -> bool) -> 'a puniverses -> 'a puniverses -> bool (** A vector of universe levels with universe Constraint.t, - representiong local universe variables and associated Constraint.t *) + representing local universe variables and associated Constraint.t *) module UContext : sig |
