Skip to content

Commit

Permalink
fix capitalisation in BoolAlg
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelDillies committed Nov 4, 2023
1 parent c30b51b commit 6273aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeanCamCombi/Mathlib/Order/Category/BoolAlg.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open CategoryTheory OrderDual Opposite Set

universe u

/-- The powerset functor. `set` as a functor. -/
/-- The powerset functor. `Set` as a contravariant functor. -/
def typeToBoolAlgOp : Type u ⥤ BoolAlgᵒᵖ where
obj X := op $ BoolAlg.of (Set X)
map {X Y} f := Quiver.Hom.op
Expand Down

0 comments on commit 6273aac

Please sign in to comment.