Skip to content

Commit 5a49c6a

Browse files
Merge pull request #175 from Taneb/patch-1
Fix typo
2 parents 6239fe0 + b9d60ad commit 5a49c6a

File tree

1 file changed

+1
-1
lines changed
  • src/Categories/Category/Instance

1 file changed

+1
-1
lines changed

src/Categories/Category/Instance/One.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module _ {o ℓ e : Level} where
2424
One-⊤ : Terminal
2525
One-⊤ = record { ⊤ = One ; ! = record { F₀ = λ _ lift tt } }
2626

27-
-- not only is One terminal, it can be shifted anywhere else. Stronger veersion of !
27+
-- not only is One terminal, it can be shifted anywhere else. Stronger version of !
2828
shift : {o ℓ e : Level} (o′ ℓ′ e′ : Level) Functor (One {o} {ℓ} {e}) (One {o′} {ℓ′} {e′})
2929
shift o′ ℓ′ e′ = _ -- so obvious, Agda can fill it all in automatically!
3030

0 commit comments

Comments
 (0)