diff options
| author | Hugo Herbelin | 2018-08-27 11:34:06 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-08-27 11:34:06 +0200 |
| commit | 85f05717483af9fb6905e4117a66d5c7bde394da (patch) | |
| tree | 1f8c5035e3d8097f48ea30b675021789e3b22e0a /theories/Structures | |
| parent | 56b355e9e3e0394625cc40084f7cf11a949ebb29 (diff) | |
| parent | 632b4d0121bda71a3e6186ceff10323aacd0b9ea (diff) | |
Merge PR #8293: 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 : |
