Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Feb 2, 2025
1 parent 7bd938c commit 0997c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Additions to existing modules
* In `Function.Construct.Symmetry`:
```agda
isBijectionWithoutCongruence : (IsBijection ≈₁ ≈₂ f) → IsBijection ≈₂ ≈₁ section
bijectionWithoutCongruence : (Bijection R S) → IsBijection S R
bijectionWithoutCongruence : (Bijection R S) → Bijection S R
```

* In `Function.Properties.Bijection`:
Expand Down

0 comments on commit 0997c71

Please sign in to comment.