Skip to content

Commit 34d82a7

Browse files
committed
chore: fix accidental namespace (leanprover-community#39135)
These lemmas were added only 5 days ago in leanprover-community#38809, so I didn't bother with deprecations.
1 parent c31ea4a commit 34d82a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Order/DirSupClosed.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ theorem dirSupClosedOn_singleton (a : α) : DirSupClosedOn D {a} :=
221221

222222
end PartialOrder
223223

224-
namespace LinearOrder
224+
section LinearOrder
225225
variable [LinearOrder α]
226226

227227
theorem dirSupClosedOn_iff_of_linearOrder :

0 commit comments

Comments
 (0)