Skip to content

Commit

Permalink
chore: correct name in Category/ULift docs (#5701)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed Jul 4, 2023
1 parent 3aeae83 commit d285129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mathlib/CategoryTheory/Category/ULift.lean
Expand Up @@ -19,8 +19,8 @@ import Mathlib.Data.ULift
This file contains a very basic API for working with the categorical
instance on `ULift C` where `C` is a type with a category instance.
1. `CategoryTheory.ULift.up` is the functorial version of the usual `ULift.up`.
2. `CategoryTheory.ULift.down` is the functorial version of the usual `ULift.down`.
1. `CategoryTheory.ULift.upFunctor` is the functorial version of the usual `ULift.up`.
2. `CategoryTheory.ULift.downFunctor` is the functorial version of the usual `ULift.down`.
3. `CategoryTheory.ULift.equivalence` is the categorical equivalence between
`C` and `ULift C`.
Expand Down

0 comments on commit d285129

Please sign in to comment.