Skip to content

Commit d3e9e72

Browse files
committed
doc: fix Codisjoint typo (#31066)
1 parent b8aaf14 commit d3e9e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Order/Disjoint.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ variable [PartialOrder α] [OrderTop α] {a b c d : α}
200200
/-- Two elements of a lattice are codisjoint if their sup is the top element.
201201
202202
Note that we define this without reference to `⊔`, as this allows us to talk about orders where
203-
the supremum is not unique, or where implement `Sup` would require additional `Decidable`
203+
the supremum is not unique, or where implementing `Sup` would require additional `Decidable`
204204
arguments. -/
205205
def Codisjoint (a b : α) : Prop :=
206206
∀ ⦃x⦄, a ≤ x → b ≤ x → ⊤ ≤ x

0 commit comments

Comments
 (0)