Skip to content

Commit a8227f4

Browse files
committed
doc(CategoryTheory): a doc-string fix (leanprover-community#33457)
1 parent 98d019b commit a8227f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/CategoryTheory/Monad/Products.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public import Mathlib.CategoryTheory.Monad.Algebra
1313
# Algebras for the coproduct monad
1414
1515
The functor `Y ↦ X ⨿ Y` forms a monad, whose category of monads is equivalent to the under category
16-
of `X`. Similarly, `Y ↦ X ⨯ Y` forms a comonad, whose category of comonads is equivalent to the
16+
of `X`. Similarly, `Y ↦ X ⨯ Y` forms a comonad, whose category of coalgebras is equivalent to the
1717
over category of `X`.
1818
1919
## TODO

0 commit comments

Comments
 (0)