Skip to content

Commit 4c3aff6

Browse files
committed
fix
1 parent fc5a74a commit 4c3aff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/CategoryTheory/GlueData.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def GlueData'.t'' (D : GlueData' C) (i j k : D.J) :
443443
else
444444
haveI := Ne.symm hij
445445
pullback.map _ _ _ _ (eqToHom (by aesop)) (eqToHom (by rw [dif_neg hik]))
446-
(eqToHom (by aesop)) (by aesop) (by delta f'; aesop) ≫
446+
(eqToHom (by aesop)) (by delta f'; aesop) (by delta f'; aesop) ≫
447447
D.t' i j k hij hik hjk ≫
448448
pullback.map _ _ _ _ (eqToHom (by aesop)) (eqToHom (by aesop)) (eqToHom (by aesop))
449449
(by delta f'; aesop) (by delta f'; aesop)

0 commit comments

Comments
 (0)