Skip to content

Commit 539460b

Browse files
kim-emadomani
andauthored
Update Mathlib/CategoryTheory/Functor/Category.lean
Co-authored-by: damiano <adomani@gmail.com>
1 parent 6542bc8 commit 539460b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/CategoryTheory/Functor/Category.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def flipFunctor : (C ⥤ D ⥤ E) ⥤ D ⥤ C ⥤ E where
186186
obj F := F.flip
187187
map {F₁ F₂} φ :=
188188
{ app := fun Y =>
189-
{ app := fun X => (φ.app X).app Y } }
189+
{ app := fun X => (φ.app X).app Y } }
190190

191191
namespace Iso
192192

0 commit comments

Comments
 (0)