Skip to content

Commit b6ec2e6

Browse files
committed
fix CHANGELOG after agda#2418
1 parent ef9e3d6 commit b6ec2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Additions to existing modules
151151
does-≡ : (a? b? : Dec A) → does a? ≡ does b?
152152
```
153153

154-
* In `Relation.Nullary.Properties`:
154+
* In `Relation.Unary.Properties`:
155155
```agda
156156
map : P ≐ Q → Decidable P → Decidable Q
157157
does-≐ : P ≐ Q → (P? : Decidable P) → (Q? : Decidable Q) → does ∘ P? ≗ does ∘ Q?

0 commit comments

Comments
 (0)