Skip to content

Commit bb57f49

Browse files
Fix universe level typo (#2841)
1 parent 2ce5eb3 commit bb57f49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Bug-fixes
1313

1414
* Fix a typo in `Algebra.Morphism.Construct.DirectProduct`.
1515

16+
* Fix a typo in `Function.Construct.Constant`.
17+
1618
Non-backwards compatible changes
1719
--------------------------------
1820

src/Function/Construct/Constant.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module _
5353
------------------------------------------------------------------------
5454
-- Setoid bundles
5555

56-
module _ (S : Setoid a ℓ) (T : Setoid b ℓ₂) where
56+
module _ (S : Setoid a ℓ) (T : Setoid b ℓ₂) where
5757

5858
open Setoid
5959

0 commit comments

Comments
 (0)