Fix typo
This commit is contained in:
parent
b3a095b068
commit
0680865689
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ Definition a : Nat := 10
|
|||
Theorem T1 : a > 0 := Trivial
|
||||
Theorem T2 : a - 5 > 3 := Trivial
|
||||
(* The next one fails *)
|
||||
Theorem T3- : a > 11 := Trivial
|
||||
Theorem T3 : a > 11 := Trivial
|
||||
|
|
Loading…
Reference in a new issue