diff options
| author | Siddharth Bhat | 2018-08-22 16:13:08 +0530 |
|---|---|---|
| committer | Siddharth Bhat | 2018-08-22 16:13:08 +0530 |
| commit | 632b4d0121bda71a3e6186ceff10323aacd0b9ea (patch) | |
| tree | 1a359b2dba9ed4f57373973eda2596e2a3afe216 /theories/Structures | |
| parent | a62ab4903d61b9a3c2e8725ee0e6354c0a073348 (diff) | |
Fix typo of caracterisation -> c*h*aracterisation
Diffstat (limited to 'theories/Structures')
| -rw-r--r-- | theories/Structures/GenericMinMax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Structures/GenericMinMax.v b/theories/Structures/GenericMinMax.v index 05edc6ccde..4d04667c01 100644 --- a/theories/Structures/GenericMinMax.v +++ b/theories/Structures/GenericMinMax.v @@ -83,7 +83,7 @@ End GenericMinMax. Module MinMaxLogicalProperties (Import O:TotalOrder')(Import M:HasMinMax O). Module Import Private_Tac := !MakeOrderTac O O. -(** An alternative caracterisation of [max], equivalent to +(** An alternative characterisation of [max], equivalent to [max_l /\ max_r] *) Lemma max_spec n m : |
