Skip to content

Commit

Permalink
clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Manthe committed Jan 10, 2025
1 parent 6f6ccb9 commit aeed48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mathlib/Order/CompleteLattice/SetLike.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Authors: Sven Manthe
import Mathlib.Order.CompleteSublattice

/-!
# `SetLike` instance for `CompleteSublattice (Set X)`
# `SetLike` instance for elements of `CompleteSublattice (Set X)`
This file defines a `SetLike` instance for `CompleteSublattice (Set X)`, but does not register it
for typeclass inference to avoid conflicts.
This file defines a `SetLike` instance for elements of `CompleteSublattice (Set X)`, but does not
register it for typeclass inference to avoid conflicts.
-/

namespace CompleteSublattice
Expand Down

0 comments on commit aeed48e

Please sign in to comment.