Skip to content

Commit 0e0d690

Browse files
committed
fix: words
1 parent f794c92 commit 0e0d690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Minor improvements
3232
properties (and their proofs). In particular, `truncate-irrelevant` is now
3333
deprecated, because definitionally trivial.
3434

35-
* The function `Data.Vec.Functional.map` have marked with the `INLINE` pragma.
35+
* The function `Data.Vec.Functional.map` is now marked with the `INLINE` pragma.
3636
This is consistent with the inlining of `Function.Base._∘_` for which it is
3737
an alias, and should be backwards compatible, but does improve the behaviour
38-
of the termination checker for `Vector`-defined operations.
38+
of the termination checker for some `Vector`-defined operations.
3939

4040
* The type of `Relation.Nullary.Negation.Core.contradiction-irr` has been further
4141
weakened so that the negated hypothesis `¬ A` is marked as irrelevant. This is

0 commit comments

Comments
 (0)