Skip to content

Commit

Permalink
chore(Algebra/Homology/ShortComplex/SnakeLemma): fix typo Functor₉
Browse files Browse the repository at this point in the history
…-> `Functor₀` (#13114)
  • Loading branch information
jjaassoonn committed May 22, 2024
1 parent f485750 commit 0df2dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Algebra/Homology/ShortComplex/SnakeLemma.lean
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ end

/-- The functor which sends `S : SnakeInput C` to its zeroth line `S.L₀`. -/
@[simps]
def functorL : SnakeInput C ⥤ ShortComplex C where
def functorL : SnakeInput C ⥤ ShortComplex C where
obj S := S.L₀
map f := f.f₀

Expand Down

0 comments on commit 0df2dd3

Please sign in to comment.