Skip to content

Commit 2530add

Browse files
Merge pull request #503 from jacquescomeaux/truncation-typos
Fix documentation typos for (0,1)-truncation
2 parents 086e974 + 5064c6e commit 2530add

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Categories/Adjoint/Instance/01-Truncation.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Inclusion {c} {ℓ₁} e = record
3939
}
4040
}
4141

42-
-- Trunc is left-adjoint to the inclusion functor from Setoids to Groupoids
42+
-- Trunc is left-adjoint to the inclusion functor from Posets to Categories
4343

4444
TruncAdj : {o ℓ e} Trunc ⊣ Inclusion {o} {ℓ} e
4545
TruncAdj {o} {ℓ} {e} = record

src/Categories/Functor/Instance/01-Truncation.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
module Categories.Functor.Instance.01-Truncation where
44

5-
-- (0,1)-trucation of categories as a functor from Cats to Posets.
5+
-- (0,1)-truncation of categories as a functor from Cats to Posets.
66
--
7-
-- This is the right-adjoint of the inclusion functor from Posets to
7+
-- This is the left-adjoint of the inclusion functor from Posets to
88
-- Cats (see Categories.Functor.Adjoint.Instance.01-Truncation)
99

1010
open import Level using (_⊔_)

0 commit comments

Comments
 (0)