diff options
Diffstat (limited to 'test-suite/success')
-rw-r--r-- | test-suite/success/univers.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/univers.v b/test-suite/success/univers.v index 286340459..28426b570 100644 --- a/test-suite/success/univers.v +++ b/test-suite/success/univers.v @@ -60,7 +60,7 @@ Qed. Record U : Type := { A:=Type; a:A }. -(** Check assignement of sorts to inductives and records. *) +(** Check assignment of sorts to inductives and records. *) Variable sh : list nat. |