Skip to content

Commit 9b532dd

Browse files
committed
typo in changelog
1 parent 97776db commit 9b532dd

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
@@ -8,7 +8,7 @@
88
- **Speedup** `toposort` on `gref` uses OCaml's maps and sets rather than lists
99

1010
- **Change** For a structure `S` on a subject of type `T`, declares `S.sort` as
11-
an Elpi coercion from `S.type` to `T` and `S.pack` as an Epli coercion from
11+
an Elpi coercion from `S.type` to `T` and `S.pack` as an Elpi coercion from
1212
`T` to `S.type` whenever `T` is not a global type (e.g. a variable). Note
1313
that `S.pack` can cast a `t : T` to `S.type` only if an instance of the
1414
class `S` on `t` is found by type class inference

0 commit comments

Comments
 (0)