Skip to content

Commit c1a9841

Browse files
mildsunriseandreasabel
authored andcommitted
fix changelog (#2435)
couple fixes for changelog rendering
1 parent 1071dc5 commit c1a9841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -822,9 +822,9 @@ Additions to existing modules
822822
```agda
823823
recompute : Reflects A b → Recomputable A
824824
recompute-constant : (r : Reflects A b) (p q : A) → recompute r p ≡ recompute r q
825-
```
825+
```
826826

827-
* Added new definitions in `Relation.Unary`
827+
* Added new definitions in `Relation.Unary`:
828828
```agda
829829
Stable : Pred A ℓ → Set _
830830
WeaklyDecidable : Pred A ℓ → Set _

0 commit comments

Comments
 (0)