Skip to content

Commit

Permalink
doc: replace typo'd j with j' (#11136)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotree3 authored and Louddy committed Apr 15, 2024
1 parent 368e888 commit 666ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/CategoryTheory/Types.lean
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ variable {J : Type u} [Category.{v} J]

/-- The sections of a functor `J ⥤ Type` are
the choices of a point `u j : F.obj j` for each `j`,
such that `F.map f (u j) = u j` for every morphism `f : j ⟶ j'`.
such that `F.map f (u j) = u j'` for every morphism `f : j ⟶ j'`.
We later use these to define limits in `Type` and in many concrete categories.
-/
Expand Down

0 comments on commit 666ae5a

Please sign in to comment.