Skip to content

Commit 2f36b97

Browse files
committed
fixing the build
1 parent c154949 commit 2f36b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/RingTheory/RingHom/Finite.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ theorem finite_stableUnderComposition : StableUnderComposition @Finite := by
2525
exact hg.comp hf
2626
#align ring_hom.finite_stable_under_composition RingHom.finite_stableUnderComposition
2727

28-
instance finite_respectsIso : RespectsIso @Finite := by
28+
theorem finite_respectsIso : RespectsIso @Finite := by
2929
apply finite_stableUnderComposition.respectsIso
3030
intros
3131
exact Finite.of_surjective _ (RingEquiv.toEquiv _).surjective

0 commit comments

Comments
 (0)